Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

envs for android emulator #49

Merged
merged 2 commits into from Dec 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -144,6 +144,8 @@ RUN sed -i -- 's/\"disable_usage_reporting\": false/\"disable_usage_reporting\":

# Required for Android ARM Emulator
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libqt5widgets5
ENV QT_QPA_PLATFORM offscreen
ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ANDROID_HOME}/tools/lib64


# ------------------------------------------------------
Expand Down