7/15/2010 2:30:04 AM
Title:
problem to install air app
hii friends im facing one problem if any one can solve this im very thankfull to him/her...
i change me sdk 1 to air sdk 2.0 after that when i relese build of my air app , after successfull relese app when i try to install the app it will give some error (given blow) , its happen when i add some mp3 files in my app in assets folder. and when i delete this assets then build and install its successfully run to my system.
i dont know it is problem of my sdk or flex builder or something else
error is :
The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.
---------------------------------------------------------------------------------
thanks in advance
7/15/2010 6:22:39 AM
can you post your sample project with the mp3 file. If your files are embedded then it might be containing some invalid mp3 file , which may run in other players but not compatible to AIR2. Have you tried using some other mp3 file. Is it compiling fine with AIR 1.5.
If you can post the zip of your sample project , I can test on my machine .
7/15/2010 8:23:01 PM
you can try by signing the application and then installing it . The unsigned applications in AIR have some restrictions accessing the content. I hope it works after signing
7/15/2010 9:52:26 PM
@Rohan:
Hey Rohan thanks for reply These all mp3 files are working with my 7th ver but not working with current ver..im sorry i cant send zip file. do u have any sugeestion for this
7/15/2010 10:08:17 PM
Based on my Testing i drow one chat by this you can give some suggestion
Error : Installation fail.
Condition current ver(sdk 1.5),curr ver(sdk2..),Old ver 7.0(sdk1.5),Old ver(sdk2.0)
No assets yes , yes , yes , yes
Sample assets No No yes yes
Huge assets No No Yes( 700 mb) Not tested
Note :- Assets miens only course file(mp3 and pdf).
yes:working properly
no:Error at Installation time.
This problem occur only at the time when we install project not in flex builder.
In flex builder project running properly.