bubblewrap build does not find androidSDK
I have the latest Android Studio installed at different location / different partition.
When running the command bubblewrap build I get this error:
ERROR The provided androidSdk isn't correct
In addition to that I get this error: Unable to load the "svg2img" library. SVGs are not supported
How to fix that issue?
I'd recommend using the Android SDK that Bubblewrap tries to install instead of using Android Studio's one - the structure of the SDK sometimes changes between releases and causes issues.
Thanks for the tipp. How to instruct bubblewrap to do so? I could not find anything about the Adnroid SDK in the build options https://github.com/GoogleChromeLabs/bubblewrap/tree/main/packages/cli#build
@andreban Where to read on?
The easiest way os to delete the config file described here https://github.com/GoogleChromeLabs/bubblewrap/tree/main/packages/cli#updating-the-location-of-the-jdk-and--or-the-android-command-line-tools and run Bubblewrap again. Since it won't find the config file, it will ask to install the JDK and Android SDK.