Kusumoto / docker-ionic-android-sdk

Docker image include android sdk for building ionic framework application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abd support

aruelo opened this issue · comments

Hi, thanks for the Dockerfile and image. It would be helpfull to have installed abd for testing android devices (Android Debug Bridge). Just a sugestion, thanks.

Hi @aruelo

Thank you for suggestion. I will try to find solution for this.

Hey, i found the way to use the adb with your image:

docker run --privileged -v /dev/bus/usb:/dev/bus/usb -P -v $(pwd):/ionicapp kusumoto/docker-ionic-android-sdk /opt/android-sdk/platform-tools/adb devices

Sorry for opening the issue!
And thanks for your time!

Awesome!

I will update README file for this instruction.

Thank you very much for information.