A.M. Hoornweg 144 Posted August 6, 2019 Hello World, Can anyone please point me to some instructions on how to manually install the Android SDK in such a way that it'll work with Delphi Rio (in a VM)? I just can't understand how Embarcadero didn't have a contingency plan for keeping GetIt online. A two-weeks outage is soooooo unacceptable. Regards, Arthur Share this post Link to post
mausmb 13 Posted August 6, 2019 Hi, https://docs.unity3d.com/560/Documentation/Manual/android-sdksetup.html or install Android studio ... then edit path's regards, mm 1 Share this post Link to post
Kazantsev Alexey 24 Posted August 6, 2019 Run Android Tools and select following packages to install: 1. [x] Android SDK Platform-Tools 2. [x] Android SDK Build-tools 28.0.2 3. Android 8.0.0 (API 26) [x] SDK Platform 1 Share this post Link to post
Rollo62 536 Posted August 6, 2019 There is also a consideration about which JDK to install. In the last version(s) I only used the standard setup from Embarcadero, which works fine for me, and ensures that all EMBT libs are compatible to the JDK, NDK, SDK, and is less hassle. In the past I also had to use AndroidStudio, to get certain fixes, but I think the current versions were a lot more stable now. Share this post Link to post
Dave Nottage 557 Posted August 6, 2019 http://delphi.org/2019/06/manually-installing-android-sdk-ndk-and-java-for-firemonkey-development/ 1 Share this post Link to post