Hi all,
Greetings to you
I have a simple c application for that i have created a share library
using the commands gcc -lm -shared -and.so and.o  and gcc -c and.c -
fPIC.

The .so is created sucessfully.Now i need to make this so to be
invoked in android SDK/ NDK

Also i downloaded the latest NDK in which they mentioned that they
removed the host-setup.sh script. when i try to run the sample
application hello-jni its showing the following error

/
****************************************************************************************************
make APP=hello-jni
Android NDK:  APP variable defined to unknown applications: hello-
jni
Android NDK:  You might want to use one of the following:
build/core/main.mk:81: *** Android NDK:  Aborting    .  Stop.


********************************************************************************************************/

Could any one please help me on these issues.I have to invoke a c
project in Android SDK/NDK.Also please share the details/guidelines to
invoke the C pjt in NDK command prompt or in eclipse.


Thanks & Regards
L.Subbaraman

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to