Hi,
I just followed the tutorial and build everything as asked. But when I install it in the android, it suddenly crashes. Initially I had R.java error but after I followed the forum I rebuild it and it has no error.
[2010-10-25 12:54:34 - ImageTargets] Android Launch!
[2010-10-25 12:54:34 - ImageTargets] adb is running normally.
[2010-10-25 12:54:34 - ImageTargets] Performing com.qualcomm.QCARSamples.ImageTargets.ImageTargets activity launch
[2010-10-25 12:54:34 - ImageTargets] Automatic Target Mode: using device 'HT93GLD00538'
[2010-10-25 12:54:36 - ImageTargets] Uploading ImageTargets.apk onto device 'HT93GLD00538'
[2010-10-25 12:54:37 - ImageTargets] Installing ImageTargets.apk...
[2010-10-25 12:54:44 - ImageTargets] Success!
[2010-10-25 12:54:45 - ImageTargets] Starting activity com.qualcomm.QCARSamples.ImageTargets.ImageTargets on device HT93GLD00538
[2010-10-25 12:54:48 - ImageTargets] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.qualcomm.QCARSamples.ImageTargets/.ImageTargets }
May I ask what might have caused it? I am thinking it might be any of these two.
1. I am using 2.2 instead of 2.1
2. I am using G1 which is not a supported device.
Would be glad if anyone could share some light
The sample applications will not run on the G1, as it is not a supported device. There should be a runtime error message to that effect further in the logs.
- Kim