Javah compiled class file could not find android.app.Activity classes file

Source: Internet
Author: User

The Android.app.Activity class file error was not found when using Javah to generate JNI header files at the root directory of the Android project.

Unable to access android.app.Activity is a description without introducing Android.jar package

There are two ways to solve this:

The first type: Execute the command in the SRC directory,javah-d. /jni Com.example.hellojni.HelloJni

Where-D indicates the output directory

Second: Using the Bootclasspath parameter, let him specify a Android.jar package

such as: Javah-classpath Bin/classes-bootclasspath D:\android-sdk-windows\platforms\android-16\android.jar-d JNI Com.example.hellojni.HelloJni

Additional parameters can be viewed through the javah-h command.

Javah compiled class file could not find android.app.Activity classes file

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.