Questions tagged [android-licenses]

18 questions
0
votes
1 answer

How to fix "flutter doctor --android-licenses" java error? Without android studio

When I try to accept android licenses using command flutter doctor --android-licenses a java error is thrown. Here is java error: Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema at…
0
votes
1 answer

Warning: File C:\Users\UserName\.android\repositories.cfg could not be loaded. ( didn't work this command "flutter doctor --android-licenses")

I've been trying to solve this error since one day. First I got this error Exception: Android sdkmanager tool not found (/ usr / lib / android-sdk / tools / bin / sdkmanager). Try re-installing or updating your Android SDK, visit…
Fatih
  • 91
  • 1
  • 9
-1
votes
0 answers

If use use gpl-licensed library in my android app, should i share my source code?

implementation 'com.arthenica:mobile-ffmpeg-min-gpl:4.4.LTS' for example this library uses GPL-3.0, LGPL-3.0 licenses, but my app is social app, and i want to keep the source code private, if use gpl licensed any library dynamically in my app,…
1
2