I am currently building an extension to be used with my application, however I encountered an issue where apkbuilder would fail while compiling my app.
I think it might a problem with libraries being used by some other extension from what I gathered while searching for a solution
List of extensions:
Libraries used:
I might suspect it is @vknow360 CustomWebView that my extension is incompatible with since it also uses these libraries
android.content.pm.ShortcutInfo;
android.content.pm.ShortcutManager;
I also have tested it with a new project and my extension managed to compile perfectly fine. Is there any way I can solve or workaround this?