Skip to main content
Participant
August 12, 2011
Answered

Failure[INSTALL_FAILED_INVALID_APK] error

  • August 12, 2011
  • 1 reply
  • 2815 views

error

Hi Guys,


This is my first post in this forum, hence I am new to  flex programming.

i have created a simple hello world mobile application using following url http://www.adobe.com/devnet/flash-builder/articles/hello-world.html .this application worked properly on emulator but on physical device it gives following error

untitled.JPG

i am using  Adobe Flash Builder 4.5.1

please tell me what should i do to solve this problem.

please help me.

Thanks in advance.

This topic has been closed for replies.
Correct answer Rangora

Samsung Galaxy 5


Your phone cannot install AIR applications because it is under the minimal requirements :

http://www.adobe.com/products/air/systemreqs/

Android devices

  • VGA: Dedicated Cortex A8 (ARMv7) 550MHz App Processor with Neon for A8 only; Hardware Vector FPU
  • WVGA: Dedicated Cortex A8 (ARMv7) 800MHz App Processor; Hardware Vector FPU
  • Google Android™ 2.2 or later
  • 256MB of RAM

Your phone contains an ARMv6 600MHz processor.

Sorry

1 reply

Inspiring
August 12, 2011

How did you create the APK? Try to export a release build and install it with adb install (in the command line)

Participant
August 16, 2011

i am using On device launch method  to test my application on my handset. Failure[INSTALL_FAILED_INVALID_APK] error always occured . i am using release build method to create apk file but generated apk not installed in my handset.

August 16, 2011

Try emailing it to yourself and installing it that way. Make sure your phone options are set to allow for non Android Market files to be installed. I had to do a system update on my HTC Inspire to allow for this.