TeamMaestro / capacitor-video-recorder

Video recorder plugin for Capacitor
59 stars 31 forks source link

Android missing from v5.0.0 ? #37

Open agalper opened 3 years ago

agalper commented 3 years ago

@sbannigan What's up with the removal of all the android code from the latest v5.0.0 release ?

mcpeakdb commented 3 years ago

Bump. Where did the android code go?

nseb commented 2 years ago

Same problem

sajath-45 commented 2 years ago

same

donmb1 commented 2 years ago

@sajath-45 looks like using this PR will make it work: https://github.com/TeamMaestro/capacitor-video-recorder/pull/41 However, I am facing an error when registering the plugin

error: package com.github.sbannigan.capacitor does not exist
import com.github.sbannigan.capacitor.VideoRecorder;

looks like I need to point to another package url? does anyone know how to register the plugin in this case?

anandsathe67 commented 2 years ago

@sajath-45 looks like using this PR will make it work: #41 However, I am facing an error when registering the plugin

error: package com.github.sbannigan.capacitor does not exist
import com.github.sbannigan.capacitor.VideoRecorder;

looks like I need to point to another package url? does anyone know how to register the plugin in this case?

Shouldnt be an issue. Hopefully you havent forgotten to run npx cap sync?

donmb1 commented 2 years ago

@anandsathe67 No I did not forget However, I have forked your repo in the meantime and made it work. Hoping your PR gets merged soon

anandsathe67 commented 2 years ago

@anandsathe67 No I did not forget However, I have forked your repo in the meantime and made it work. Hoping your PR gets merged soon

If there is something missing in the original PR, please leave a comment with details so that I can fix it - maybe we can save someone some time Regards