Radstudio Alexandria 11.3 Setting Android SDK #mobile #fmx #radstudio #delph #tips

preview_player
Показать описание
Steps:
2) goto System Envirenement variable
3) Set Envirenement directory (User Variable) PATH for this:
👉 %SDK% "C:\Users\Public\Documents\Android\CatalogRepository\AndroidSDK"
👉 %JAVA_HOME% "C:\Program Files\Eclipse Adoptium\jdk-11.0.15.10-hotspot"
4) Set Envirenement System PATH for this:
👉 %JAVA_HOME%\bin
👉 %SDK%\tools
👉 %SDK%\tools\bin
👉 %SDK%\platform-tools
5) goto :
"%SDK%\cmdline-tools\latest\bin"
and run CMD from that location ...
6) run this multi-command installation here:
👉. sdkmanager --install "platform-tools" "platforms;android-32" "build-tools;32.0.0" "extras;google;usb_driver"
7) after complete installation you can fetch your list_installed using this command here: sdkmanager --list_installed
8) Enjoy your Easy Manually Setup SDK !!!
don't forget to install the android usb driver for ADB !!
------------
SDK Platform release notes:
-----------
NB: the folder "CatalogRepository" do what ever you like with files inside or don't touch them at ALL !! exept this:
👉 AndroidNDK
👉 AndroidSDK
-----
9) don't forget to add ADB Envirenement System PATH:
"C:\Users\Public\Documents\Android\CatalogRepository\AndroidSDK\platform-tools"
10) to test adb use this command prompt here:
👉 ADB Devices
-----
About My Delphi IDE can't detect my phone:
just i didn't SEE the Authorisation popup to connect with my phone from my connected phone
so please check your phone device after click on Target device list from your delphi IDE
------
link for read:
-----
#mobile #fmx #radstudio #delph #tips #sdk #playstore #gaming #android
Рекомендации по теме
Комментарии
Автор

hello i have this error

Performing Streamed Install
adb: failed to install Failure Failed to extract native libraries, res=-113]

help please

disooft