You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:(4, -1) android-apt-compiler: [main] C:\Users\徐贤修\Desktop\DumpApk-master\DumpApk-master\app\src\main\res\values\styles.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
Error:(4, -1) android-apt-compiler: [main] C:\Users\徐贤修\Desktop\DumpApk-master\DumpApk-master\app\src\main\res\menu\menu_main.xml:4: error: No resource identifier found for attribute 'showAsAction' in package 'com.cc.dumpapk'
The text was updated successfully, but these errors were encountered:
Error:(4, -1) android-apt-compiler: [main] C:\Users\徐贤修\Desktop\DumpApk-master\DumpApk-master\app\src\main\res\values\styles.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
我修改为 <style name="AppTheme" parent="android:Theme.Light">
然后出现新的错误
Error:(4, -1) android-apt-compiler: [main] C:\Users\徐贤修\Desktop\DumpApk-master\DumpApk-master\app\src\main\res\menu\menu_main.xml:4: error: No resource identifier found for attribute 'showAsAction' in package 'com.cc.dumpapk'
The text was updated successfully, but these errors were encountered: