nativescript-camera-plus icon indicating copy to clipboard operation
nativescript-camera-plus copied to clipboard

last version m1

Open DevZatokio opened this issue 4 years ago • 4 comments

### latest version i am working on mac m1, i have a mac pro 2012 it works normally.

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[1.0.0
-rc04]", but isn't being resolved to that version. Behavior exhibited by the library will be unknown.

Dependency failing: androidx.camera:camera-view:1.0.0-alpha24 -> androidx.camera:camera-core@[1.0.0-rc04], but camera-co
re version was 1.0.0.

The following dependencies are project dependencies that are direct or have transitive dependencies that lead to the art
ifact with the issue.
-- Project 'app' depends onto io.github.triniwiz:[email protected]
-- Project 'app' depends onto androidx.camera:camera-lifecycle@{strictly 1.0.0}
-- Project 'app' depends onto androidx.camera:camera-view@{strictly 1.0.0-alpha24}
-- Project 'app' depends onto androidx.camera:camera-camera2@{strictly 1.0.0}
-- Project 'app' depends onto androidx.camera:camera-core@{strictly 1.0.0}
-- Project 'app' depends onto io.github.triniwiz:fancycamera@{strictly 3.0.0-alpha23}

DevZatokio avatar May 24 '21 13:05 DevZatokio

@DevZatokio you found a solution ??

kriefsacha avatar Dec 01 '21 09:12 kriefsacha

Solution Nativescript 6, in version 7 of nativescript it does not present the errors.

implementation 'androidx.camera:camera-view:1.0.0-alpha29'
implementation 'androidx.camera:camera-camera2:1.0.1'

DevZatokio avatar Dec 01 '21 11:12 DevZatokio

Im in nativescript 6 and i can't update right now. Where did you put those lines ?

kriefsacha avatar Dec 01 '21 11:12 kriefsacha

I went through the same thing App_Resources/Android/app.gradle

DevZatokio avatar Dec 01 '21 11:12 DevZatokio