如何在我的android项目中查找导致AAPT2错误的任何特定错误,因为它只是说“检查日志以获取详细信息”,尽管我什么都没得到。...请先帮助谢谢
答案 0 :(得分:1)
Aapt错误是由于XML文件中的属性错误引起的。单击构建选项卡,然后在构建窗口的顶部窗格中单击同步。
答案 1 :(得分:0)
只需单击LOGCAT 在那里,您将看到日志
答案 2 :(得分:-1)
Try with the below techniques
firstlly cross check your code may be you have hard coded some thing then try these techniques.
1- open terminal and type gradlew clean and press enter key.
Second method.
2- go to build and click on click on clean project and rebulid.
third method
3- go to gradle.properties
android.enableAapt2=false