I am new to android development, I apologize that similar questions has been asked already but nothing works for me.
I have successfully build hello-jni for MIPS and it works perfectly on MIPS emulator but I am unable to find apk file so that I can install it my device. I am using eclipse helios. JDK 1.6 on windows 7 64bit.
Please help!
Generally in Android application when you build a application then the generated .apk file is created in
<Application_Name>/bindirectory..