Issues with Eclipse Android NDK development.

Source: Internet
Author: User

1. Error:parameter name omitted

In the. h file generated by Javah, the method does not specify a formal parameter, and the implementation requires that we add formal parameters to the implementation of the method definition.

2. ' Newstringutf ' could not being resolved

This problem has found a lot of places there is no solution, and later in the problems view to remove this error, you can. Executes the Ndk-build compilation pass.

3. unresolved inclusion: <jni.h>

When I first started writing JNI code include<jni.h> This step unresolved inclusion: <jni.h>. It is not found jni.h this file.

In eclipse you need to set the NDKROOT environment variable as follows:
Project=>properties = c + + Build =>environment = add...=>name:ndkroot, Value = $NDK _home

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.