I have built a really simple android app, that I can install on the S2 when 
I do a debug build (which is the default build when you select build in 
netbeans using the nbandroid plugin).

When I do a release build however, the app will not install.

I did a logcat and the following is the output during the attempt to 
install the release build:

I/InputDispatcher( 2701): Delivering touch to current input target: action: 
0, channel 'PointerDevice-22613 (server)'
I/InputReader( 2701): dispatchTouch::touch event's action is 1
I/InputDispatcher( 2701): Delivering touch to current input target: action: 
1, channel '40accc10 
com.android.packageinstaller/com.android.packageinstaller.PackageInstallerActivity
 
(server)'
I/InputDispatcher( 2701): Delivering touch to current input target: action: 
1, channel 'PointerDevice-22613 (server)'
I/ActivityManager( 2701): Starting: Intent { 
dat=file:///mnt/sdcard/download/cluey-mobile-1.apk 
cmp=com.android.packageinstaller/.InstallAppProgress (has extras) } from 
pid 22866
W/ActivityManager( 2701): Trying to launch 
com.android.packageinstaller/.InstallAppProgress
D/dalvikvm(22892): GC_EXPLICIT freed 8K, 53% free 2532K/5379K, external 
0K/0K, paused 69ms
D/VoldCmdListener( 2574): volume aseced /mnt/sdcard/external_sd
D/MountService( 2701): getAsecVolumeState :: result = mounted
I/DmAppInfo( 2701): getApplicationsList found row counts : 0 For Pkg : 
com.cluey.main
D/dalvikvm(22892): GC_EXPLICIT freed 3K, 53% free 2531K/5379K, external 
0K/0K, paused 19ms
D/VoldCmdListener( 2574): volume aseced /mnt/sdcard/external_sd
D/MountService( 2701): getAsecVolumeState :: result = mounted
W/ActivityManager( 2701): No content provider found for: 
W/ActivityManager( 2701): No content provider found for: 


I am lost as to what is actually going on. Any help appreciated!

-- 
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to