My android app was running ok under Eclipse, then I tried to add some GridView sample code from some online examples and now it will not build/run anymore. I keep getting the major error:
trouble processing "javax/net/SocketFactory.class": [2010-08-10 17:35:12 - CLife] Attempt to include a core VM class in something other than a core library.
I have never put anything to do with 'SocketFactory' in any of my code. I searched all of my code and can't find any code that I did that contains the SocketFactory.class.
I deleted my xml's and classes that I was working on that had to do with the GridView and reverted back to the code I had before, when it was running - but now I continue to get the above error. I even try to use 'Clean' but the error continues.
Does anyone know what I should do about this error?