I am using Embarcadero's HTML5Builder for Android mobile apps development. If I install android-setup.exe
, I may deploy the HTML5Builder project to android virtual device without problem.
Next, I uninstall android-setup.exe
and set path
variable to add my own copy of Android SDK path. I then repeat the above steps to deploy the HTML5Builder project to android virtual device. The IDE prompt me "Android SDK not installed".
Is that possible to make H5B to use my own version of Android SDK?
To make Embarcadero HTML5Builder works with manual installation of Android SDK Tools
, follow these steps:
Path=%Path%;[android sdk tools]\sdk\platform-tools
HKLM\Software\Android SDK Tools\Path = [android-sdk-path]\sdk
HKLM\Software\Wow6432Node\Android SDK Tools\Path = [android-sdk-path]\sdk