android - Not able to find Application Class in new setup for couple of project in JellyBeans and new eclipse -
I was already eclipse with the Android plugin and ICS. Sometimes I had to face problems after updating the new version of ADT plugin. So to work with JellyBeans (4.1), I downloaded and installed the new Android on separate folders in ProgrammingFodder and New Eclipse (Juno Classic Version: 4.2.0) in separate folders. After configuring both of them had used the same workspace for the new eclipse which I was using for the old eclipse, now my two projects have an external jar which is not working in this eclipse. Even though I created a new project from Civis but still it is not working. And even after the crateing project in the new eclipse, if I came to the old eclipse I would not be able to run it. This is showing the following exception: The problem is that it is not able to find my application class and it says that the application class can not be started because it has not got it but it is already defined in the manifest file. Other small example projects do not have their own application classes, one reason may be that they are working fine. Exception is followed in the form of any suggestions or help is welcome.
java.lang.RuntimeException: Application Com. Unable to instantiate the Muvee.vea.Mvea application: **** java.lang.ClassNotFoundException **: com.artict .MveApplication ** 07-12 09: 43: 01.100: E / Android Random (6012): Reasons : ** java.lang.ClassNotFoundException: com.kartik.vea.MveaApplication ** 07-12-09: 43: 01.100: E / AndroidRuntime (6012): android.app.LoadedApk.mak
Start your old eclipse with a new workspace, check your project in your new workspace and try to run it Please. Does this work?
Start your new eclipse with a new workspace, check your project in your new workspace and try to run it. Does this work?
Besides, did you say that you install Android SDK twice? Although there is no need for it.
Comments
Post a Comment