Tag Archives: Computer errors

07Oct/23

I asked Bard to help me debug this error in Android Studio

I have been working on this project for a while. it worked well but when i tried to update the the app to meet Google Play policy it has broken. I have been trying to fix the errors for a while but there is one error that is bugging me, (pun intended). I decided to ask Bard to help me debub the app. Continue reading

25Sep/23

error: incompatible types: NonExistentClass cannot be converted to Annotation

25, 2023 /Developers/ — This error has given me sleepless nights. The app worked fine but I updated the Gradle version it’s stopped working due to this one error
The error message “error: incompatible types: NonExistentClass cannot be converted to Annotation” means that the compiler is trying to convert a class called NonExistentClass to an annotation, but this is not possible because annotations are a special type of class. Continue reading