mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #27] launching container does not show ui #17
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thatsk on GitHub (Jul 19, 2017).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/27
When i launch the container it just show blank screen
@thatsk commented on GitHub (Jul 19, 2017):
Hi, How to open the emulator
@budtmo commented on GitHub (Jul 19, 2017):
Hi @thatsk ,
Thank you for reporting this issue. the emulator should be shown directly. could you print out the logs?
@thatsk commented on GitHub (Jul 19, 2017):
Which logs you want
On 19-Jul-2017 3:40 PM, "Budi Utomo" notifications@github.com wrote:
@budtmo commented on GitHub (Jul 19, 2017):
Logs from docker-android app @thatsk . you can get it by using this command:
docker exec -it <container-name> tail -f /var/log/supervisor/docker-android.stdout.log@thatsk commented on GitHub (Jul 20, 2017):
docker exec -it android-container tail -f /var/log/supervisor/docker-android.stdout.log
hw.keyboard=yes
hw.keyboard.lid=yes
hw.lcd.density=240
hw.mainKeys=yes
hw.sdCard=no
hw.sensors.orientation=yes
hw.sensors.proximity=yes
hw.touchScreen=yes
hw.trackBall=no
[ 8] [ INFO] app - Run emulator...
@thatsk commented on GitHub (Jul 20, 2017):
When i just move the mouse i see that 3 windows and right click can open the menu look like gui terminal but not opened emultaor
@budtmo commented on GitHub (Jul 20, 2017):
Hi @thatsk ,
is it the whole logs? could you also do
docker-compose logs -f? could you also provide me more information like which docker image are you using and what is your computer spec like which OS, RAM? do you build the image by yourself or you pull from docker hub?@thatsk commented on GitHub (Jul 20, 2017):
One quick question while running emulator is is required physical machine or it can be deployed on virtualized system
@budtmo commented on GitHub (Jul 20, 2017):
@thatsk It should be possible to deployed in VMWare, but the performance is bit slower. here is the issue https://github.com/butomo1989/docker-android/issues/17
@thatsk commented on GitHub (Jul 20, 2017):
OK.but it does not showing the ui
On 20-Jul-2017 7:11 PM, "Budi Utomo" notifications@github.com wrote:
@thatsk https://github.com/thatsk It should be possible to deployed in
VMWare, but the performance is bit slower. here is the issue #17
https://github.com/butomo1989/docker-android/issues/17
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/butomo1989/docker-android/issues/27#issuecomment-316706413,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AOnTbaxeBlmlZchuj6GMmfEXDR5I6_QDks5sP1kKgaJpZM4OcSwB
.
@thatsk commented on GitHub (Jul 25, 2017):
is it resolved???
On Thu, Jul 20, 2017 at 8:42 PM, Kunalsing Thakur bits.kunalsing@gmail.com
wrote:
--
[image: --]
kunalsing thakur
[image: https://]about.me/kunalsingthakur
https://about.me/kunalsingthakur?promo=email_sig&utm_source=email_sig&utm_medium=email_sig&utm_campaign=external_links
@budtmo commented on GitHub (Jul 25, 2017):
Hi @thatsk ,
I tried on VMWare player and it works. Please join https://gitter.im/butomo1989/docker-android to ask question, because I think it is not a bug. it might be computer spec or configuration.