I am developing a program that uses native code and it works fine on the testing device Samsung galaxy S
but when i try it on the emulator it doesn’t work , the program just closes with no exceptions.
while debugging i found that the program crashes once it reaches a call to any native method
is there a way to make the program work on emulator?
Edit: i tried another program that uses native methods on emulator and it worked.
Application works with native ARM code also on emulator. The emulator behaves as normal ARM device, and emulates also ARM code.
I have no problems running my native apps on the emulator.
You should study logcat output to find reason of your failures.