vladikoff / chromeos-apk

☢️ Run Android Apps in Chrome OS OR Chrome in OS X, Linux and Windows.
MIT License
7.72k stars 926 forks source link

Android Debug Bridge #56

Open xavieryao opened 9 years ago

xavieryao commented 9 years ago

Will this support ADB? I saw there's an 'enable ADB' option in manifest.

kewang commented 9 years ago

Yes!

You already can use "enableAdb" property, value is true or false

xavieryao commented 9 years ago

Thanks a lot! That would be so sweet for an iPhone user and Android developer like me. Weird XD. =

xavieryao commented 9 years ago

However when I run adb push to push my apk to the runtime it doesn't respond. Is it possible to use ARChon Runtime to debug Android Apps?