[android-developers] Unsuccessful install of successful built apk

2010-08-27 Thread Rutton
Hello,
I have a problem with installing an apk (which includes jni libs) on
the simulator. The apk is built successfully, but running as Android
Application from within eclipse and executing adb install -r path/to/
apk runs also successful, but the app doesn't show up on the app-
screen in the simulator.
The following is the logcat during the install of the app. I don't see
much evidence that there is something wrong with the apk, so I don't
know whats going on there. Can someone help me with this? Are there
more debugging options for adb install? Or what can I do to provide
more info to solve the problem? Thank you.

Cheers,
Rutton.

D/AndroidRuntime(  346):
D/AndroidRuntime(  346):  AndroidRuntime START

D/AndroidRuntime(  346): CheckJNI is ON
D/AndroidRuntime(  346): --- registering native functions ---
D/dalvikvm(  309): GC_EXPLICIT freed 130 objects / 7008 bytes in 94ms
D/PackageParser(   72): Scanning package: /data/app/vmdl37168.tmp
I/PackageManager(   72): Removing non-system
package:de.studiorutton.visualsmove
I/ActivityManager(   72): Force stopping package
de.studiorutton.visualsmove uid=10036
D/PackageManager(   72): Scanning package de.studiorutton.visualsmove
I/PackageManager(   72): Package de.studiorutton.visualsmove codePath
changed from /data/app/de.studiorutton.visualsmove-2.apk to /data/app/
de.studiorutton.visualsmove-1.apk; Retaining data and using new
I/PackageManager(   72): /data/app/de.studiorutton.visualsmove-1.apk
changed; unpacking
D/installd(   35): DexInv: --- BEGIN '/data/app/
de.studiorutton.visualsmove-1.apk' ---
D/dalvikvm(  353): DexOpt: load 63ms, verify 34ms, opt 2ms
D/installd(   35): DexInv: --- END '/data/app/
de.studiorutton.visualsmove-1.apk' (success) ---
W/PackageManager(   72): Code path for pkg :
de.studiorutton.visualsmove changing from /data/app/
de.studiorutton.visualsmove-2.apk to /data/app/
de.studiorutton.visualsmove-1.apk
W/PackageManager(   72): Resource path for pkg :
de.studiorutton.visualsmove changing from /data/app/
de.studiorutton.visualsmove-2.apk to /data/app/
de.studiorutton.visualsmove-1.apk
I/ActivityManager(   72): Force stopping package
de.studiorutton.visualsmove uid=10036
I/installd(   35): move /data/dalvik-cache/
d...@app@de.studiorutton.visualsmove-1@classes.dex - /data/dalvik-
cache/d...@app@de.studiorutton.visualsmove-1@classes.dex
D/PackageManager(   72): New package installed in /data/app/
de.studiorutton.visualsmove-1.apk
D/dalvikvm(   72): GC_FOR_MALLOC freed 8374 objects / 480872 bytes in
141ms
I/ActivityManager(   72): Force stopping package
de.studiorutton.visualsmove uid=10036
D/dalvikvm(   72): GC_EXPLICIT freed 3662 objects / 207416 bytes in
170ms
W/RecognitionManagerService(   72): no available voice recognition
services found
I/installd(   35): unlink /data/dalvik-cache/
d...@app@de.studiorutton.visualsmove-2@classes.dex
D/AndroidRuntime(  346): Shutting down VM
D/dalvikvm(  346): Debugger has detached; object registry had 1
entries

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Unsuccessful install of successful built apk

2010-08-27 Thread { Devdroid }
On 27 August 2010 17:38, Rutton rut...@web.de wrote:

 more debugging options for adb install? Or what can I do to provide
 more info to solve the problem? Thank you.

 W/RecognitionManagerService(   72): no available voice recognition
 services found

What about this?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en