Skip to content

Commit

Permalink
solve
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 28, 2024
1 parent bb2397e commit 58e4a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.2023.11.3
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN echo $PATH
#ENV PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools
#RUN echo "export ANDROID_SDK_ROOT=/root/Android/Sdk" >> ~/.bashrc
#
RUN echo "export ANDROID_SDK_ROOT=/root/Android/Sdk"
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
Expand Down

0 comments on commit 58e4a9e

Please sign in to comment.