1

我可以通过同步浏览来检查网页,但是如何检查设备上的 phonegap 应用程序?Adobe edge 似乎是 adobe 为此目的构建的工具,但我找不到任何关于如何将它与 phonegap 一起使用的文档

4

1 回答 1

0

Edge Inspect CC is mainly for testing websites etc. You can use it to preview your application if you want to edit HTML, CSS and JS in the way that it would work on a webpage - but you won't be able to live debug things that use PhoneGap features as these have to work with native controls etc. which only works in a packaged application.

I use Edge Inspect to test layouts, style etc. but your best bet for debugging is still deploying the APK and using adb logcat.

To preview it as a website, open Edge Inspect CC and Edge Code, point edge code at your www folder then start live preview and the Edge inspect app on your Android device

于 2013-12-27T21:29:51.297 回答