有时候我们在有javah 生成头文件的时候,会提示Error: 未在命令行中指定任何类。请尝试使用 -help。原因就是未给已经编译的.class 指定正确的目录。
javah -classpath bin/classes/ com.oasis.android.MainActivity