xml error in Eclipse after updating Android SDK Tools

_Chambers_

New Member
This is the error I'm getting in my layout XML files:\[code\]error!NotFoundException: nullException details are logged in Window > Show View > Error LogThe following classes could not be found:- TextView (Change to android.widget.TextView, Fix Build Path, Edit XML)\[/code\]This happened after updating my SDK tools in Eclipse. However, I can still compile my code, I just can't see the graphical part of my layout.Recently, I also added the RootTools library, could that also be the cause?Thank you!
 
Back
Top