-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find com.github.MasayukiSuda:Mp4Composer-android:v0.3.9. #1
Comments
+1 I've tried running the following commands but it didn't help:
This error only occurs on android. iOS builds fine. Heres is the output code. It is generated when i press the green arrow in android studio with a android simulator open or run
Thanks for making the functionality for iOS at the least it's very useful. |
I am facing the same issue.Did you find the solution for it? |
I did not find a solution, I found that googles computer vision AI is available for flutter through firebase https://pub.dev/packages/firebase_ml_vision. You can use it to draw an image (similar to the stickers provided by tapioca) based on the position of a face/text/barcode in a given video. For me that package only runs on android. I'm happy to try and solve this issue but I don't understand the error. It seems like a dependency for android isn't being installed. I'm more familiar with iOS development though and don't know where the dependency should go. |
Hello Guys i found the solution : inside project level gradle file add this
it will work now |
it work for me too thanks |
Can you please tell the exact location /line where you added this? |
YourProjectFolder > android > build.gradle this is my build.gradle:
|
No description provided.
The text was updated successfully, but these errors were encountered: