I'm trying to make android app out of chrome packaged app using cordova chrome app(cca). The problem is that weinre client doesn't see my app which running on android tab.
The same chrome app works well with weinre on desktop computer.
As an insertion in html I use:
<script src="http://debug.edgeinspect.adobe.com/target/target-script-min.js#anatomy"></script>
I have
<uses-permission android:name="android.permission.INTERNET" />
in AndroidManifest.xml and <access origin="*" />
in config.xml
The same app builded using vanilla cordova works well with weinre.
How to make weinre work with cca?