

- FORM Z 789 UNFORTUNATE NEWS HOW TO
- FORM Z 789 UNFORTUNATE NEWS INSTALL
- FORM Z 789 UNFORTUNATE NEWS UPDATE
- FORM Z 789 UNFORTUNATE NEWS DRIVER
- FORM Z 789 UNFORTUNATE NEWS MANUAL
The Google USB Driver isn’t technically needed, but is nice to have. It will default to installing a lot of other things you don’t need.
FORM Z 789 UNFORTUNATE NEWS INSTALL
Once you run the SDK manager, you want to install the latest Android SDK Tools, Android SDK Platform-tools, Android SDK Build-tools, Android API 26 SDK Platform, and the Google USB Driver.
FORM Z 789 UNFORTUNATE NEWS UPDATE
The fact we are installing an older version of the SDK isn’t a big deal because we will still update it when we are done, but now we have a choice of using the command-line interface like I showed in the previous section, or using the GUI SDK Manager by running the Android.bat file in the tools folder.

This is the version you want to use with 10.3 Rio. Notice I am installing the Android 26 Platform. Then use the sdkmanager command-line tool (in the tools\bin folder) to install everything you need. I typically unzip it into the folder: C:\Users\Public\Documents\Embarcadero\Studio\AndroidSDK\ This contains the SDK Manager to install the rest of the Android SDK. You will just find a “tools” folder in the zip. This isn’t an installer, so just pick a folder to unzip it into. If you scroll down further, I’ll show you how you can download that and use it instead. One note, the downloads listed on the site no longer include the GUI SDK Manager. If you scroll to the bottom, you will see the “Command line tools only” downloads. When you visit the site to download the Android SDK they try to get you to download the full Android Studio, but you don’t need all of that. While installing AdoptOpenJDK, have it Set JAVA_HOME environment variable.
FORM Z 789 UNFORTUNATE NEWS HOW TO
I’ll show you how to install that here, but if you use a different JDK that will be different for you. Also, I switched to AdoptOpenJDK instead of the traditional Oracle JDK. 10.3 Rio changed the versions of the SDK and NDK that it uses, so this guide won’t work with other versions. This assumes you already have RAD Studio, Delphi, or C++Builder 10.3 Rio already installed. So this is a great way to troubleshoot installation issues. I also occasionally run into people who are having trouble getting things installed for various reasons. Not to say you can’t do all of that with the automatic install, but sometimes it is nice to get your hands dirty. Also, this allows you to share SDKs between multiple installations, and also place the tools like ADB on your path for easy use. I’m a big believer in understanding the way the underlying systems work, and installing this way is more work, but you are able to see how everything works together. Still, sometimes it is nice to be able to manually install everything, which brings me to this guide.
FORM Z 789 UNFORTUNATE NEWS MANUAL
10.3 Rio’s installer (I use and recommend the EXE/web over the ISO, since it is faster and more flexible) does a fantastic job of installing and setting everything up for Android development, without requiring any manual steps.
