I've downloaded the latest beta version of Android Studio and was eager to try the NDK capabilities. I tried the teapot demo and all works. But then, I wanted to add some JNI native methods to my own project. Though if I declare a native method in the teapot project, I am offered a quick fix to create the C code, in my project, it does tell me that the JNI C code is missing but does not offer me the quick fix. What steps do I have to take so that it does?
If you don't understand what I am talking about, have a look at this video, around 23 minutes in: https://www.youtube.com/watch?t=1429&v=f7ihSQ44WO0 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

