main tutorial: https://reactnative.dev/docs/environment-setup
tutorial: https://androidsdkoffline.blogspot.com/p/android-sdk-platform-tools.html
- download platform-29 -->> https://dl.google.com/android/repository/platform-29_r04.zip
- using bash cmd >> start with:
cd $ANDROID_SDK_ROOT
rm -rf platforms/android-29 && unzip /f/react/platform-29_r04.zip -d platforms/android-29 && cd platforms/android-29 && mv android-*/* . && rm -rf android-*
tutorial: https://androidsdkoffline.blogspot.com/p/android-sdk-build-tools.html
- download build-tools_r29.0.2 -->> https://dl.google.com/android/repository/build-tools_r29.0.2-windows.zip
- using bash cmd
unzip yourpath/build-tools_r29.0.2-windows.zip -d build-tools/29.0.2 && cd build-tools/30.0.2 && mv android-*/* . && rm -rf android-*
thanks so much