Skip to main content
Participant
September 19, 2011
Question

Air Runtime - ADB install

  • September 19, 2011
  • 1 reply
  • 1298 views

Hello,

I'm trying to debug a application from Flash Builder 4.5 in my Android Phone, but can't install Air Runtime. Here's the ADB logcat:

D/AndroidRuntime(10653): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<

D/AndroidRuntime(10653): CheckJNI is ON

D/AndroidRuntime(10653): --- registering native functions ---

W/PackageManager( 2021): Package named 'com.adobe.air' doesn't exist.

D/dalvikvm( 2021): GC_EXPLICIT freed 10965 objects / 610696 bytes in 188ms

D/AndroidRuntime(10653): Shutting down VM

D/jdwp    (10653): adbd disconnected

I/AndroidRuntime(10653): NOTE: attach of thread 'Binder Thread #3' failed

D/AndroidRuntime(10663):

D/AndroidRuntime(10663): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<

D/AndroidRuntime(10663): CheckJNI is ON

D/AndroidRuntime(10663): --- registering native functions ---

I/ActivityManager( 2021): Start proc com.android.defcontainer for service com.an

droid.defcontainer/.DefaultContainerService: pid=10670 uid=10023 gids={1015, 200

1}

I/ActivityManager( 2021): Process android.process.acore (pid 10629) has died.

I/ActivityManager( 2021): Low Memory: No more background processes.

D/dalvikvm(10670): GC_EXPLICIT freed 660 objects / 51112 bytes in 75ms

D/PackageParser( 2021): Scanning package: /data/app/vmdl74925.tmp

D/PackageManager( 2021): Scanning package com.adobe.air

I/PackageManager( 2021): /data/app/com.adobe.air-1.apk changed; unpacking

E/PackageManager( 2021): Package com.adobe.air has mismatched uid: 10073 on disk

, 10075 in settings

W/PackageManager( 2021): Native ABI mismatch from package file

W/PackageManager( 2021): Package couldn't be installed in /data/app/com.adobe.ai

r-1.apk

D/dalvikvm( 2021): GC_EXPLICIT freed 5071 objects / 298392 bytes in 205ms

D/AndroidRuntime(10663): Shutting down VM

D/jdwp    (10663): adbd disconnected

I/AndroidRuntime(10663): NOTE: attach of thread 'Binder Thread #3' failed

D/dalvikvm( 2379): GC_EXPLICIT freed 17 objects / 840 bytes in 252ms

D/skia    ( 2021): purging 95K from font cache [10 entries]

D/dalvikvm( 2021): GC_EXPLICIT freed 1958 objects / 95136 bytes in 278ms

D/dalvikvm( 2111): GC_EXPLICIT freed 223 objects / 8304 bytes in 169ms

This topic has been closed for replies.

1 reply

Adobe Employee
September 19, 2011

W/PackageManager( 2021): Native ABI mismatch from package file


It looks like your Android device does not have a supported CPU. AIR requires that the device have a processor that can handle ARM-v7A instructions.

OmniaIIAuthor
Participant
September 19, 2011

Are you sure?

I have intalled the first version of air.apk. Works, but i need the last version, 2.6 or 2.5. But as you can see, couldn't install it.

So the new versions don't work in my phone?

Thanks in advance.

Adobe Employee
September 20, 2011

The emulator-version of the AIR runtime can install on ARMv6 (and ARMv5) devices, perhaps you had installed that earlier. The device-version of the AIR runtime (the one that's available to end users via the Anrdoid Market) requires an ARMv7-A device.