Open GoogleCodeExporter opened 8 years ago
I'm seing the same error on SL4A, you may be using an older SL4A version where
this code was not broken ?
Original comment by anthony....@gmail.com
on 14 Jun 2012 at 7:05
Thanks for your response. I downloaded SL4A again now from this link
http://code.google.com/p/android-scripting/, and the script still runs from
SL4A.
The same problem exists when bundled into an apk. I suspect mismatch or
incorrect .class files?
Original comment by rvijayra...@gmail.com
on 14 Jun 2012 at 4:04
I found a solution for this issue. Had to change the "Permissions" in
AndroidManifest.xml to enable the application to access camera.
Solution: In AndroidManifest.xml file, uncomment the line
<uses-permission android:name="android.permission.CAMERA"/>
Original comment by rvijayra...@gmail.com
on 14 Jun 2012 at 9:12
Good, makes sense.
Original comment by anthony....@gmail.com
on 14 Jun 2012 at 9:21
Original issue reported on code.google.com by
rvijayra...@gmail.com
on 13 Jun 2012 at 10:07Attachments: