You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/05/02 16:01:52 UTC

[GitHub] [cordova-plugin-camera] zoranmil opened a new issue #726: copile problem Task :app:compileReleaseJavaWithJavac

zoranmil opened a new issue #726:
URL: https://github.com/apache/cordova-plugin-camera/issues/726


   # Bug Report
   
   
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   ## Problem
   
   ### What is expected to happen?
   
   
   
   ### What does actually happen?
   
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] jcesarmobile closed issue #726: copile problem Task :app:compileReleaseJavaWithJavac

Posted by GitBox <gi...@apache.org>.
jcesarmobile closed issue #726:
URL: https://github.com/apache/cordova-plugin-camera/issues/726


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] jcesarmobile commented on issue #726: copile problem Task :app:compileReleaseJavaWithJavac

Posted by GitBox <gi...@apache.org>.
jcesarmobile commented on issue #726:
URL: https://github.com/apache/cordova-plugin-camera/issues/726#issuecomment-891734778


   That error is because you are using AndroidX dependencies and the plugin doesn't support AndroidX yet (because cordova-android wasn't using it by default neither)
   Now that cordova-android 10 is out with AndroidX enabled, it will be fixed in https://github.com/apache/cordova-plugin-camera/pull/751
   
   Also, as workaround, you can use tools such as jetifier, or cordova-plugin-androidx-adapter or similar tooling that patches the plugins to use AndroidX
   
   Closing since the issue creator didn't provide any information


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] WilcoVertegaal commented on issue #726: copile problem Task :app:compileReleaseJavaWithJavac

Posted by GitBox <gi...@apache.org>.
WilcoVertegaal commented on issue #726:
URL: https://github.com/apache/cordova-plugin-camera/issues/726#issuecomment-891551687


   I think I ran into this issue, so I'll provide the error messages:
   
   `line 40: error: package android.support.v4.content does not exist
   import android.support.v4.content.FileProvider;
   
   line 303: error: cannot find symbol
           this.imageUri = new CordovaUri(FileProvider.getUriForFile(cordova.getActivity(),`
   
   and that error line on line 801.
   
   I think it is related to Android 4 being deprecated in Cordova Android 10 - if I understood all of this correctly?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org