[ https://issues.apache.org/jira/browse/CB-10242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15081408#comment-15081408 ]
Richard B Knoll commented on CB-10242: -------------------------------------- Can you post the camera options you are using so that I can try and reproduce this? Just the Javascript where you call {{getPicture()}} is fine. > FileHelper.getRealPathFromURI_API11to18 throw a exception > --------------------------------------------------------- > > Key: CB-10242 > URL: https://issues.apache.org/jira/browse/CB-10242 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Camera > Affects Versions: 2.0.0 > Environment: android 4.2.2 > Reporter: gao > > the camera plugin throw a exception "Can't create handler inside thread that > has not called Looper.prepare()" at the method > FileHelper.getRealPathFromURI_API11to18 > CursorLoader cursorLoader = new CursorLoader(context, contentUri, proj, null, > null, null); > so must add "Looper.prepare()" before > "processResultFromGallery(finalDestType, i)","Looper.loop()" after to fiexed > this bug; > you can see the pull > request:[https://github.com/apache/cordova-plugin-camera/pull/148] -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org