gpt4 book ai didi

android - 在 Visual Studio 2013 中使用 Visual Studio Tools for Apache Cordova 构建 Android Emulator 时无法加载资源

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:23:11 24 4
gpt4 key购买 nike

我正在使用 Visual Studio Tools for Apache Cordova for Microsoft Visual Studio 2013 CTP3.0。

我使用“Ionic 登录模板”创建了一个新的解决方案。

当我在“Ripple - Nexus Galaxy”在线服务 Android 模拟器中但在本地 Android 开发人员工具“Android Emulator”中运行该应用程序时,它运行良好。

当 VS 为本地模拟器构建解决方案时,我在 javascript 控制台中得到以下输出:

  • 加载资源失败
    文件:ionic.bundle.js,行:0,列:0
  • 加载资源失败
    文件:ionic.css,行:0,列:0
  • 无效的 CSS 属性名称:animation-timing-function
    文件:ionicons.min.css,行:6,列:1
  • Uncaught ReferenceError :角度未定义
    文件:app.js,行:8,列:0
  • 当前窗口:file:///android_asset/www/index.html

为什么 VS 无法为本地模拟器而非 Ripple 加载 ionic.bundle.jsionic.css 资源?

附言。了解更多信息:

A) 我已经在我的 Samsung Galaxy S3 上安装了 PhoneGap 开发者应用程序。我尝试在 cmd 中导航到解决方案的“bld\Debug”文件夹并运行“phonegap build android”和“phonegap serve”,应用程序在手机上正确运行。

B) 我还尝试使用在线 PhoneGap 构建服务并在 Galaxy 手机上下载生成的 .apk,在这种情况下,应用程序以与模拟器相同的方式错误地运行,即 ionic.bundle.js 和 ionic.css 失败加载。

最佳答案

尝试删除起始 href、src 斜线

<link href="lib/ionic.css" rel="stylesheet">
<script src="lib/ionic.bundle.js"></script>

它帮助了我。

关于android - 在 Visual Studio 2013 中使用 Visual Studio Tools for Apache Cordova 构建 Android Emulator 时无法加载资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29349338/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com