Java. Lang. classnotfoundexception: Didn't find Class "***** activity" on path:/Data

Source: Internet
Author: User

Many people see Java. lang. runtimeexception: Unable to instantiate activity componentinfo {***** activity}: Java. lang. classnotfoundexception: Didn't find class "***** activity"
On Path:/data/APP /*******. APK error. In Android development, I also encountered this problem. After two days of struggle, I finally solved the problem. I added the online information and provided it to you.


1. The name of the activity registered in the manifest file. Are there any mistakes in the package name? Some netizens may only write one class name, which should be replaced by the DoT number, however, this class is not in the default package, so if this error is reported, you only need to write the full name of the class.


2. For some Android systems, some third-party packages are required and can be directly introduced. It was previously possible, but not in the latest ADT. You must create a new libs folder in the program, copy a third-party jar file to the libs folder. Many people report errors because of this. In particular, this libs folder is not used by default for previous projects, but the new version of ADT, the libs folder is created by default.


3. One thing is also very important. In order and export under the Java build path panel, you must check the JAR file you introduced. Otherwise, it is the same as not referenced. Remember.


This is generally the reason for the past. If you have any questions you cannot understand or have any other reasons, please leave a message with me to share and make progress together!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.