findmate / cordova-plugin-jitsi-meet

Cordova plugin for jitsi meet react native sdk
17 stars 21 forks source link

i cant run with these plugin #26

Open ebsigma opened 3 years ago

ebsigma commented 3 years ago

This is the plugin I am trying to use: https://www.npmjs.com/package/cordova-plugin-jitsi-meet I install it "cordova plugin add cordova-plugin-jitsi-meet" and the errors are in order the minimum version of the sdk that is in 22 and asks for 23 (the change in android studio since otherwise the change is not saved) then the error is that the gradle you have is 6. 5 and it needs 6.7.1, so I get into platforms / android / cordova / lib / builders / and change in projectbuilder.js the variable where the gradle is so that it has the 6.7.1, and the last error it gives me after that is:

What went wrong: Execution failed for task ': app: processDebugResources'.

A failure occurred while executing com.android.build.gradle. internal.res.LinkApplicationAndroidResourcesTask $ TaskAction Android resource linking failed ERROR: C: \ Users \ ebsig \ Dropbox \ Work \ cordova vcall \ Vcall - copy \ platforms \ android \ app \ build \ intermediates \ packaged_manifests \ debug \ AndroidManifest.xml: 68: AAPT: error: resource style / Theme.Design .NoActionBar (aka com.iapps.vcall: style / Theme.Design .NoActionBar) not found.

with the same error 6.9. And from there it does not happen, since if I put the last gradle that exists (7.0.2) it gives me another different failure:

Where: Build file 'C: \ Users \ ebsig \ Dropbox \ Work \ cordova vcall \ Vcall - copy \ platforms \ android \ CordovaLib \ build.gradle' line: 50

so I don't know what else to do

Zeno97 commented 3 years ago

Try this one. https://github.com/Zeno97/cordova-plugin-jitsi-meet-sdk