且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

javah Android Studio 错误:找不到 android.support.v7.app.ActionBarActivity 的无法访问 android.support.v7.app.ActionBarActivity 类文件

更新时间:2023-11-16 09:46:58

您还需要将支持 jar 文件添加到类路径中.它们会在 D:\ANDROID\kits\sdk\extras\android\support\v7\appcompat\libs 中.您需要添加 android-support-v7-appcompat.jarandroid-support-v4.jar 文件.

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.