I have a problem with Android NDK to Make the following command ... I have installed NDK and complimented ...
C:\Users\Eduu\AndroidStudioProjects\ndk>javah -jni -classpath C:\Users\Eduu\AppData\Local\Android\sdk\platforms\android-19\android.jar;bin\classes\ -d jni\ com.example.eduu.ndk.MainActivity
Error: Could not find class file for 'com.example.eduu.ndk.MainActivity'.
Link Tutorial: Step 3.3 https://geekytheory.com/hola-mundo-con-android-ndk-parte-4/
Thanks.