October 3rd, 2010, 12:55 AM
|
#1 (permalink)
|
|
New Member
Thread Author (OP)
Join Date: Jun 2010
Posts: 1
Device(s):
Carrier: Not Provided
Thanks: 0
Thanked 0 Times in 0 Posts
|
adb shell run-as com.example.hellojni /system/bin/sh -c pwd return corrupt installation when running
Hi,
I am trying to debug NDK sample "hellojni" using the command ndk-gdb that come with android-ndk-r4b
Any attempt to run it on the device fail
The log difference between running the same command on emulator/device
1. command script
"adb shell run-as com.example.hellojni /system/bin/sh -c pwd"
emulator log "/data/data/com.example.hellojni"
deivce log "Package 'com.example.hellojni' has corrupt installation
i run this on HTC desire.
any idea how to solve this problem?
BR
chatnis
|
|
|