• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

local_nostrip.arm-air.txt is missing in AIR SDK 16

Explorer ,
Jan 21, 2015 Jan 21, 2015

Copy link to clipboard

Copied

I merged Flex SDK 4.6.0 and AIR SDK 16.0.0.272 and use it in the Flash Builder 4.6.


I downloaded AIR SDK 16.0.0.272 in the following :

( Because I use Flash Builder, I downloaded the original AIR SDK without the new compiler. )

http://www.adobe.com/devnet/air/air-sdk-download.html


I added ANE files to my app and entered iOS SDK path in the properties window of project.

* iOS SDK path : /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/


When I build my app, the following error occurred :

스크린샷 2015-01-16 오전 11.35.30.png


After I read the error message, I check whether local_nostrip.arm-air.txt is in the specified location.

I found local_nostrip.arm-air.txt is missing in the sdk - it does not exist in the {pathtosdk}/lib/aot/lib/.


In the AIR SDK 15, local_nostrip.arm-air.txt  file is in the {pathtosdk}/lib/aot/lib/.

Can I use local_nostrip.arm-air.txt of the AIR 15 instead?

Does anybody know?

TOPICS
Development

Views

817

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 21, 2015 Jan 21, 2015

Copy link to clipboard

Copied

Hi,

Can you try with -useLegacyAOT no as additional compiler argument in your project?

If it is still failing, kindly send us the flashbuilder project on which you are facing this issue.

Roshan

Adobe AIR

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 21, 2015 Jan 21, 2015

Copy link to clipboard

Copied

I am using Flash Builder 4.6.

When I entered -useLegacyAOT no in the additional compiler arguments field, the error message appeared.

It is " unknown configuration variable 'useLegacyAOT' ".

스크린샷 2015-01-22 오후 3.19.37.png

What do you think I should do?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 21, 2015 Jan 21, 2015

Copy link to clipboard

Copied

Hi,

Please add the parameter in run configuration of your project

1. Go to run configuration of your project

2. Customize launch

3. Check if you have -useLegacyAOT parameter already

4. If yes, change the value from yes to no.

5. Build again

Roshan

Adobe Air

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 21, 2015 Jan 21, 2015

Copy link to clipboard

Copied

I am using Flash Builder 4.6.

I can't found where "run configuration" and "custom launch" is.

스크린샷 2015-01-22 오후 3.50.52.png

스크린샷 2015-01-22 오후 3.51.17.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 21, 2015 Jan 21, 2015

Copy link to clipboard

Copied

I am using Flash Builder 4.6 and my app is ActionScript Mobile Project.

In this case, can I set -useLegacyAOT option ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 21, 2015 Jan 21, 2015

Copy link to clipboard

Copied

Hi,

No, 4.6 Flash builder does not have this option.

Can you please use Flash builder 4.7 or use command line to achieve the same.

Roshan

Adobe AIR

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 22, 2015 Jan 22, 2015

Copy link to clipboard

Copied

Thanks ~

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 22, 2015 Jan 22, 2015

Copy link to clipboard

Copied

Did it worked?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jan 22, 2015 Jan 22, 2015

Copy link to clipboard

Copied

Now, I can't install Flash Builder 4.7 due to other problem.

I will try it tomorrow.

Thank you for reply.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 20, 2015 Feb 20, 2015

Copy link to clipboard

Copied

Hi, there! I've tried do put -useLegacyAOT no but is still doesn't work. Did somebody put this to work?

Thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 20, 2015 Feb 20, 2015

Copy link to clipboard

Copied

LATEST

Please try it with latest beta build and let us know if you still see the issue.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines