Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RUN echo "export ANDROID_SDK_ROOT=/root/Android/Sdk" >> ~/.bashrc
RUN echo "export ANDPATH=$PATH:/root/Android/Sdk/cmdline-tools/latest/bin" >> ~/.bashrc RUN echo "export PATH=$PATH:/root/Android/Sdk/platform-tools" >> ~/.bashrc RUN cat ~/.bashrc
- Loading branch information