I’ve recently gotten back into Android Development and when I fired up my old copy of Eclipse I had to work my way through a series of errors to get it up and running again. In my first post I ended up having to do a fresh install of the SDK and when I did […]
Tag: eclipse
I’ve recently gotten back into Android Development and when I fired up my old copy of Eclipse I had to work my way through a series of errors to get it up and running again. The first of which was this error: I’ve chopped off most of the URL as that will vary for each […]
I’ve been fiddling around with making my own Android apps and I keep running into an issue with my IDE. Out of nowhere it will forget what “R” is and start displaying the error “R cannot be resolved to a variable” and upon hovering over the line it suggests adding a reference to android.R, which […]