我怎么知道我的android项目中的错误

时间:2023-01-13 12:21:59

I am using Android Studio and I am putting my final touches on the design for small, large, and xlarge layouts, but I am surprised that there are some bugs that I am not sure how to solve them. For example:

我正在使用Android Studio,我正在对小型,大型和xlarge布局的设计进行最后的修改,但我很惊讶有一些错误,我不知道如何解决它们。例如:

Potential stack overflow trying to resolve '?attr/textColorHighlight': cyclic definitions? 
Render may not be accurate.
(3 similar error not show)
Failed to convert ?attr/textColorHighlight into ColorStateList. 
(3 similar errors not shown). 

Any suggestions please, I am beginner in android. Best.

请任何建议,我是android的初学者。最好。

1 个解决方案

#1


0  

I am assuming that you are using android studio for your project building because now it is the standard IDE for building the android apps. You just need to run your app in debug mode and then later on you can open your logcat to see what is the error.

我假设您正在使用android studio进行项目构建,因为现在它是构建Android应用程序的标准IDE。您只需要在调试模式下运行您的应用程序,然后您可以打开您的logcat以查看错误。

#1


0  

I am assuming that you are using android studio for your project building because now it is the standard IDE for building the android apps. You just need to run your app in debug mode and then later on you can open your logcat to see what is the error.

我假设您正在使用android studio进行项目构建,因为现在它是构建Android应用程序的标准IDE。您只需要在调试模式下运行您的应用程序,然后您可以打开您的logcat以查看错误。