jeffreyvdhondel commented on issue #373: Cannot take pictures on Android 8
URL: 
https://github.com/apache/cordova-plugin-camera/issues/373#issuecomment-439313196
 
 
   To fix this issue we had to edit the android manimanifest.xml.
   
   Located here:
   project/android/src/main/AndroidManifest.xml
   
   
   Add the xmlns:tools: 
   `<manifest android:hardwareAccelerated="true" android:versionCode="87" 
android:versionName="0.0.14" package="nl.package.name" 
xmlns:android="http://schemas.android.com/apk/res/android"; 
xmlns:tools="http://schemas.android.com/tools";>`
   
   Add the tools:node="remove" to the write external storage:
   `<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" 
tools:node="remove" />`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to