When using eclipse to compile projects with JNI, make: * no rule to make target ` all ‘. Stop. Solution appears
When using eclipse to develop JNI, which is developed by a third party, there are always exceptions as shown in the following figure
In case of the above error, the specific operation is as follows
1. Right click on the specific project and select properties
2. Then change the build command in the following screenshot to the relevant path of your local NDK. The specific screenshot is as follows
3. After the following operations, project clean again, and then compile OK
I hope the following will be helpful for you to develop under eclipse, although most of the projects have been migrated to Android studio
This article shares CSDN – it pioneer.
Similar Posts:
- Error:Configuration with name ‘default’ not found.
- Always building workspace (sleeping) after eclipse starts
- Eclipse: Failed to get the required ADT version number from the SDK
- SDK location not found. Define location with sdk.dir in the local.properties file or with an AND…
- Android studio change project name exception solution: can’t rename root module
- “Cannot resolve symbol R” in Android studio
- On the solution to the puzzling problem of make: * * * no rule to make target ` clean ‘. Stop
- After modifying Tomcat’s server.xml, the Tomcat deployment project reported an error: removing observe files from server… Could not clean server
- [Solved] Eclipse project red exclamation mark: build path problem
- The problem of JUnit test report class not found in maven