Ionic2 开发人员工具不加载资源

Ionic2 开发人员工具不加载资源,ionic2,Ionic2,当我在我的手机上运行我的ionic项目时,它工作得很好,当我打开开发者工具时,它也很好 我可以在我的开发者工具窗口中查看所有控制台语句,现在当我再次运行它时,应用程序在浏览器和手机中运行良好,我看不到任何控制台语句 我得到的是 device ready has not fired after 5 seconds. cordova.js:1223 Failed to load resource file:///android_asset/www/build/index.js.map 有人能帮我

当我在我的手机上运行我的ionic项目时,它工作得很好,当我打开开发者工具时,它也很好

我可以在我的开发者工具窗口中查看所有控制台语句,现在当我再次运行它时,应用程序在浏览器和手机中运行良好,我看不到任何控制台语句

我得到的是

device ready has not fired after 5 seconds.
cordova.js:1223
Failed to load resource
file:///android_asset/www/build/index.js.map 

有人能帮我查看控制台语句吗?这应该在cordova android 6.1.0中修复。它尚未添加到npm注册表中,因此您可以通过将其放置到config.xml中来使用它:

<engine name="android" spec="https://github.com/apache/cordova-android.git#6.1.0"/>

这应该在cordova android 6.1.0中修复。它尚未添加到npm注册表中,因此您可以通过将其放置到config.xml中来使用它:

<engine name="android" spec="https://github.com/apache/cordova-android.git#6.1.0"/>


您正在使用什么进行调试。。google chrome?是的,chrome不知道如何修复,你用什么来调试。。google chrome?是的,chrome不知道如何修复它,我需要将其添加到config.xml中的特定标记中不使用add it here@Chetann我需要将其添加到config.xml中的特定标记中不使用add it here@Chetann