I installed ARC_Welder to test the launch of applications for Android. The application works, but I tried to get the logs. I read this article: https://developer.chrome.com/apps/getstarted_arc .
I ran running - plugin.shell ('adbd') in the JavaScript console (chrome: // inspect / # apps).
But I get this error: Uncaught ReferenceError: plugin not defined
The same thing happened when trying to start: plugin.shell ('logcat');
I am not a javascript developer. please help me understand where I am going wrong.
android google-chrome google-chrome-arc
Gunxsword fan
source share