java - Eclipse Error ClassNotFoundException error on every project -
I'm new to Eclipse, Java and Android development. I used to see the source code for the most popular apps in the last week. APK has worked with many compilations. When I try to run the program with emulator in Eclipse, then I get the following error on every project. I had a book for a new project in some thought thinking a tutorial was corrupted when de-compilation and the same problem persists Has started following ...
java.lang.RuntimeException: unable to illustrate activity ComponentInfo {com .linearlayout / com.linearlayout.MainActivity}: java.lang.ClassNotFoundException: on the path The class "com.linearlayout.MainActivity" was not found: De XPathList [[Zip file "/data/app/com.linearlayout-1.apk"], nativeLibraryDirectories = [/data/app-lib/com.linearlayout-1, / system / lib]]
I looked at every single hit on Google search and each recommended to do no good to fix Cleaning and reconstruction of projects and adjust settings in 'Java Build Path' settings added .jar to the build path.
I am unable to correct this error and I think I am looking at its simplicity. Any help would be appreciated, thank you for the time.
-Kyle
Comments
Post a Comment