Hi,
How to use android tool chain to compile a simple HelloWorld.cpp
program so that I can run that in the android emulator?
Thank you.
--~--~-~--~~~---~--~~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android
Thanks. Can you please tell em if I can do the same for debugging
webkit on android?
On Tue, Feb 24, 2009 at 8:57 AM, David Turner wrote:
> You can use "adb forward tcp:1234 tcp:1234" to forward the local port on
> your development machine to the local port 1234 on the device/emulator.
> After