INSTALL_FAILED_INVALID_APK hint when debugging Flash Builder 4 mobile application on a real device

I am trying to create a demo application to test how I can debug or run an Android application on a real device.

I have a Froyo Android, OSX and Flash Builder 4 IDE.

I am creating a very simple application, please take a look at the image below:

enter image description here

in this case, when the user clicks the "Click Me" button, the email address and address will be displayed at the bottom of textArea. The application works fine on the Flash Builder 4 emulator, but when I try to debug the application on my device, it causes an error below:

: 1580 / (6108444 ) 3.773s) pkg: /data/local/tmp/Runtime.apk [INSTALL_FAILED_INVALID_APK]

.apk , " ".

, , .

+3
4

.

/data/local/tmp/Runtime.apk. , . . Adbd Insecure . - 666, apk.

-rw-rw-rw- 1 root *.apk [Adbd Insecure]
-rw ------- 1 root *.apk [Rom Root Shell]

+2

, . adb, APK /. .

+1

,

apk .

, adt.exe/jar , -target, ..:

:

adt.bat -package -target apk -storetype pkcs12...

:

adt.bat -package -target apk-emulator -storetype pkcs12...
0
source

All Articles