[android-developers] Re: apk manual install problem Failure [-12]

2009-05-14 Thread sujoydas1...@gmail.com
Hi All, I have downloaded a video player app act 1 from the net and tried to install it on emulator and I got the dreaded Failure [-12] message. Now, I don't have any way to ask the developer to get a new build for me. Any idea what can be done regarding this issue? BR, Sujoy On May 12, 11:32 

[android-developers] Re: apk manual install problem Failure [-12]

2009-05-12 Thread Sukitha Udugamasooriya
Thank you Android Users & Mark. It works now. Changed build target to Android 1.5 and Min SDK version to 1. I was using SDK 1.5 r1 and my friend was using SDK 1.0 r2. best Regards Sukitha... --~--~-~--~~~---~--~~ You received this message because you are subscrib

[android-developers] Re: apk manual install problem Failure [-12]

2009-05-12 Thread Mark
Yes, when attempting to run apps compliled on 1.0 or 1.1 , you will tend to get that error on installation. M On May 12, 5:09 am, Android Users wrote: > The problem is due to change in SDK version. Your friend may have tried to > run the apk on an emulator which is not

[android-developers] Re: apk manual install problem Failure [-12]

2009-05-12 Thread Android Users
The problem is due to change in SDK version. Your friend may have tried to run the apk on an emulator which is not of 1.5 firmware... I had faced this issue when trying to install on the device with 1.0 firmware. changing the minSDKVersion to '1' solved the problem. --~--~-~--~~---