- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm trying to get Chrome DevTools tools to work with my app. I followed the instruction loaded the debug drive and turn debug on my phone.
I tuned on debug in the in my intelxdk.config.additions.xml file
<platform name="android">
<preference name="SplashMaintainAspectRatio" value="false" />
<preference name="AndroidLaunchMode" value="singleTask" />
<application android:debuggable="true" />
</platform>
I launch my app on my phone (which I installed) and I typed into chrome://inspec and I see my phone but I don't see my app ? is there a additional step I might be missing?
I should mention this is not a Crosswalk app (yet getting a build failure which will be in a different post )
--
Thanks
Mike
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See this doc page > https://software.intel.com/en-us/xdk/docs/using-remote-chrome-devtools-to-debug-android-cordova-apps < -- that <application> tag you're using won't work, I believe it is meant for an Android Manifest file, which the intelxdk.config.additions.xml file does not modify, it includes a few Intel XDK commands and can be used to add standard Cordova config.xml commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Paul,
I found the issue, I was using weinre and had the script tag still active, I now see my app. however the app preview I have does not support CLI 6.2 and there really isn't any support for the plugins I'm using.
thanks again

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page