Skip to content

Commit

Permalink
Do not need emulator or tools in sdkmanager installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisekelley committed Jan 14, 2023
1 parent fdef9c2 commit f6b1cc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@ RUN touch /root/.android/repositories.cfg

RUN echo "uname: $(uname -m)"

# Emulator and Platform tools
RUN yes | sdkmanager "emulator" "platform-tools"
RUN yes | sdkmanager "platform-tools"

RUN echo y | sdkmanager "tools"
RUN echo y | sdkmanager "build-tools;$ANDROID_BUILD_TOOLS_VERSION"
## Android 5
RUN echo y | sdkmanager "platforms;android-21" "platforms;android-22"
Expand Down

0 comments on commit f6b1cc9

Please sign in to comment.