Hello!
I implemented the first instance with Unity and Vuforia as written in
https://ar.qualcomm.at/qdevnet/sdk
1. I create a new Unity project
2. imported vuforia-android-1-5-10.unitypackage
3. delete default camera
4. imported my trackbles
5. Drag an instance of the ARCamera prefab into my scenes
6. drag an istance of ImageTarget prefab into my scenes
7. I set my custom dataSet
8. Add the cube as a child of the object ImageTarget
9. deploy my application to my device
resolution and presentation: Portrait
Set The Minimum Level API to Android 2.3.1 'Gingerbread' (API level 9)
Set Bundle Identifier to com.maria.aiuto
10. The application installs
11 run
"unexpected application termination help (com.maria.aiuto process)"
where is my mistake?
p.s. sorry for my english :(
What version of Unity are you using? Vuforia requires 3.4.2 as a minimum.
If that isn't the issue, take a look at the runtime log for any errors. You can find the log using the DDMS tool included in Android SDK tools folder.
- Kim