I ported my app, did a clean build and when trying to deploy it to the
emulator I get the following error:
>adb install AndroCom.apk
1882 KB/s (0 bytes in 2048642.001s)
pkg: /data/local/tmp/AndroCom.apk
Failure [-11]
adb logcat output:
D/PackageParser( 54): Scanning package: /data/app/vmdl38741.tmp
D/dalvikvm( 54): GC freed 4942 objects / 310576 bytes in 55ms
D/dalvikvm( 54): GC freed 3353 objects / 354784 bytes in 52ms
D/dalvikvm( 54): GC freed 6596 objects / 290648 bytes in 57ms
D/dalvikvm( 54): GC freed 20120 objects / 868592 bytes in 86ms
D/dalvikvm( 54): GC freed 20197 objects / 732088 bytes in 82ms
D/dalvikvm( 54): GC freed 20071 objects / 728032 bytes in 96ms
D/PackageManager( 54): Scanning package com.android.commandro
I/PackageManager( 54): /data/app/vmdl38741.tmp changed; unpacking
I/dalvikvm( 27): Opening files: input='/data/app/vmdl38741.tmp'
cache='/data/d
alvik-cache/[EMAIL PROTECTED]@[EMAIL PROTECTED]'
D/dalvikvm( 27): DexInv: --- BEGIN 'vmdl38741.tmp' (bootstrap=0) ---
D/dalvikvm( 27): DexInv: waiting for verify+opt, pid=209
D/dalvikvm( 209): Unable to resolve superclass of Lcom/android/
commandro/activi
ties/AddLocationActivity$LocationActivityOverlay; (885)
D/dalvikvm( 209): Link of class 'Lcom/android/commandro/activities/
AddLocationA
ctivity$LocationActivityOverlay;' failed
I get tons of other "link of class blah-blah" failed errors - merely
for every internal class of the application...
What's wrong - we're not allowed to have internal classes anymore or
what?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---