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 […]
Category: Programming
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 was creating some new tables and populating them when I ran into this not so straight forward error: I was confused at first, I had set the primary key to auto increment using the IDENTITY property yet it was throwing an error. I scratched my head for a few minutes before noticing my not […]