when i compile the native part i always get this output :
Invalid attribute name:
package
Compile++ arm : ImageTargets
Compile++ arm : ImageTargets
Compile++ arm : ImageTargets
StaticLibrary : libstdc++.a
Prebuilt : libQCAR.so
SharedLibrary : libImageTargets.so
Install : libImageTargets.so => libs/armeabi/libImageTargets.so
Install : libQCAR.so => libs/armeabi/libQCAR.so
Compile++ arm : ImageTargets
Compile++ arm : ImageTargets
Compile++ arm : ImageTargets
StaticLibrary : libstdc++.a
Prebuilt : libQCAR.so
SharedLibrary : libImageTargets.so
Install : libImageTargets.so => libs/armeabi-v7a/libImageTargets.so
Install : libQCAR.so => libs/armeabi-v7a/libQCAR.so
then i go through the eclipse and run it on the tablet and i get the dilogbox that says :
logMessage =
"Network connection required to initialize camera " +
"settings. Please check your connection and restart " +
"the application. If you are still experiencing " +
"problems, then your device may not be currently " +
"supported.";
I am using Mac OS X 10.6.8
can anyone help me ?? plzzzzzzzzzzzzzzzzz
Yep that would be a problem :P
And just to clarify for anyone else, only one application can use the camera at a time so make sure you're not running any camera apps.
Also make sure you release the camera when your AR app closes.