Javah Not Able To Find Android Classes
When calling javah on a .java file in my android project, javah was unable to find the android classes (specifically android.graphics.Bitmap). here's the terminal output: thomas@TH
Solution 1:
you need to add {android-sdk-path}\platforms\android-8\android.jar also to the classpath
Post a Comment for "Javah Not Able To Find Android Classes"