简体   繁体   中英

ARToolkit Demo for Android not working

I'm trying to get into AR and therefore downloaded the ARToolkit SDK for Android from here: http://artoolkit.org/documentation/doku.php?id=4_Android:android_about

However, when I import the examples into eclipse, I'm having tons of errors, telling me that multiple classes (like ARActivity or ARRenderer for example) cannot be resolved to a type. Within the project, I see the armeabi, armeabi-v7a, mips and the x86 folder within the libs folder. Do I need anything else? (like adding a JAR to the Build Path?) Any kind of help is highly appreciated.

I found the answer: Within the example-folder, there is also a ARBaseLib-project. I added this to the Build Path of my ARSimple project, and now it's working.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM