javah Android Studio Error: cannot access android.support.v7.app.ActionBarActivity class file for android.support.v7.app.ActionBarActivity not found

后端 未结 2 432
伪装坚强ぢ
伪装坚强ぢ 2021-01-19 06:04

I am following this tutorial on how to use NDK with Android Studio: http://www.ph0b.com/android-studio-gradle-and-ndk-integration/

I have android studio 0.9.3 insta

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-19 06:33

    You need to add the support jar files to the classpath too. They'd be in D:\ANDROID\kits\sdk\extras\android\support\v7\appcompat\libs. You need to add both the android-support-v7-appcompat.jar and android-support-v4.jar files.

提交回复
热议问题