-
1. Re: Package AIR applications
O Red Apr 17, 2012 11:43 AM (in response to community help)there is a bug with the "Export>Release Build" wizard. the "Package Contents" does not contain any of the assets.
-
2. Re: Package AIR applications
Mallika YelandurApr 17, 2012 8:06 PM (in response to O Red)
O Red,
Before using the Export Release Build wizard, can you please ensure that your application has no compilation errors and runs as expected?
Thanks,
Mallika Yelandur
Flash Builder Community Help & Learning
Adobe Systems Incorporated
-
3. Re: Package AIR applications
O Red Apr 18, 2012 9:18 AM (in response to Mallika Yelandur)1 person found this helpfulyes, project runs as expected without errors.
the workaround i was able to find yesterday was at after navigating to the "Package Contents" tab, i noticed a "bin-release-temp" directory was created in my project directory with the .swf and app.xml files inside. I then manually copied the rest of the mission-critical assets into this new temp directory, navigated away from and back to the "Package Contents" tab twice and voila, the manually copied assets magically became visible and available to be packaged.
-
4. Re: Package AIR applications
iBr3nt Apr 18, 2012 9:50 AM (in response to O Red)1 person found this helpfulHi,
Where are the assets in relation to the src folder? Anything in the src folder aside from code files should be packaged into the final app. If it's outside that folder, then you have to do your workaround.
iBrent
-
5. Re: Package AIR applications
Sidhe May 15, 2012 8:24 AM (in response to iBr3nt)Thanks iBrent, had assets (icons) in bin-release folder & weren't showing up, moved to src and worked fine
-
6. Re: Package AIR applications
sagimann Apr 7, 2013 12:13 AM (in response to Sidhe)Hi, I am having a similar problem, I am trying to add some custom asset (config file) to my flex mobile (android/ios) project, and it doesn't show up in the final apk under /assets... can you pls describe how to place it in the src folder so it's properly packaged? I tried creating src/assets package and placed the config file in there, but it didn't help and the file was not in the apk.
tnx
-
7. Re: Package AIR applications
IQpierce0 May 21, 2013 4:14 PM (in response to community help)There are several references on this page to the "Flex Build Packaging" page in the Project Properties dialog. These are all wrong: there is no longer a page with that name, it's now called "Actionscript Build Packaging". Thanks Adobe for playing musical chairs with the names of all the different parts of your technology ecosystem...
More importantly THERE ARE ERROR MESSAGES in Flash Builder that instruct you to refer to this page, and it took me hours to realize what page they were actually referring to! Please update this Adobe.