Laaz
December 18, 2023, 8:50pm
1
I want to write mobile app in processing, but for that it demands to install sdk.
I installed Android Studio and now I can’t set it when processing asks me to set sdk manually either automatically. If manually than what exact folder do I need to choose?
Thanks so far.
Windows 10 64
svan
December 18, 2023, 9:45pm
2
On a Mac it’s at Library/Android/sdk/platforms
Laaz
December 18, 2023, 9:46pm
3
Oh I forgot point that using Windows 10 64
jafal
December 18, 2023, 9:57pm
4
For windows
C:\Users<USER_NAME>\AppData\Local\Android\sdk
glv
December 19, 2023, 12:50am
5
Hello @Laaz ,
Make sure you have the correct SDK installed:
Open Android Studio and click on More Actions :
Open SDK Manager and it will tell you where you installed the SDK.
On my PC it is where I chose to install it:
:)
Laaz
December 19, 2023, 4:03pm
6
it returned “bad news” and then “android sdk couldn’t be loaded” unluck(((
jafal
December 19, 2023, 10:09pm
7
Make sure you installed correct SDK version
Laaz
December 20, 2023, 8:03am
8
I can fix the issue by installing SDK 33 and command line tools using Andorid Stuido. Here is up-to-date solution;
opened 12:33PM - 24 Sep 23 UTC
mode
needs confirmation
On a fresh install of Android mode 4.5.1, when selecting automatic Android SDK i… nstallation it completes the ~250MB download but then fails with a "Bad news" error message.
For anyone else running into the same problem, I managed to set the SDK up manually in the following way:
1. manually download the [Android SDK Command-Line Tools](https://developer.android.com/tools/releases/cmdline-tools) and extract them into `youruserdirectory/Library/Android/sdk/cmdline-tools/latest`
2. run `~/Library/Android/sdk/cmdline-tools/latest/bin/sdkmanager "platforms;android-33"`
3. back in Processing, open Android mode, choose manual SDK and select the `youruserdirectory/Library/Android/sdk` directory