im created my own app and want to make new activity for AR view. im followed the tutorial in this site but stuck on this step.
how to create AR view in activity. i cant call architectView
neeedhelp
thank you
eH
A
Andreas Fötschl
said
about 9 years ago
Hi there! Please check out the Sample Project inside the "Examples" folder of the Android SDK. Here you'll find a proper set-up to start with. The Android SDK Documentation describes each sample in more detail.
Kind regards, Andreas
b
bepbilly
said
almost 9 years ago
i got another problem ... when installing my apps, Eclipse show message :
The library 'wikitudesdk.jar' contains native libraries that will not run on the device.
The following libraries were found:
- libs/armeabi/libarchitect.so
- libs/armeabi-v7a/libarchitect.so
- libs/x86/libarchitect.so
so i check force error when external jars contain native libraries (followed the tutorial from here)
bepbilly