Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

debug android app on chromebook

I have an android app that works on the chromebook flip when using arc welder to install and run it. However, when I download the current version from the play store, or sideload the current dev version by copying over the apk, the app doesn't run. I get the splash screen and then a white screen and nothing happens.

I tried using chrome on the chromebook and doing chrome://inspect/#devices and chrome://inspect/#apps but i don't see my running app in either place. (The app is mostly a webview wrapping a JS application, so this is typically how I debug it). I also tried using the android chrome browser and also do not see my app there. I am not sure where to find the application logs, although I did try looking at the various system logs. The chromebook is in developer mode so I can get a shell and look around, but I couldn't find an app log. adb devices does not show my app, and adb logcat doesn't show anything either.

Anyone know how to debug a webview app on the chromebook?

like image 772
cmaroney Avatar asked Aug 11 '26 05:08

cmaroney


1 Answers

There is no need to use ARC Welder anymore. Play Store can be installed directly on Chromebook.

Also remote debugging using ADB is possible. Follow instructions from here. https://developer.android.com/topic/arc/index.html

like image 156
Siddarth Gore Avatar answered Aug 12 '26 21:08

Siddarth Gore



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!