问题标签 [google-chrome-arc]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
4052 浏览

google-chrome-arc - 无法在 Chrome 操作系统上从 Chrome 网上应用店安装 Android / ARC 应用程序

我有一个 Android 应用程序,我使用 ARC Welder “制作”了一个 Chrome OS 应用程序,并在 Chrome Web Store 中发布(这里的每个文档:https ://developer.chrome.com/apps/getstarted_arc )。

https://chrome.google.com/webstore/detail/aquamail/immkckhpjjkikagmhfnpjjcnaelegjel

(该应用程序称为 AquaMail )

现在,我没有任何 Chrome 操作系统设备,所以 Chrome 网上应用店只会对我说“错误的操作系统”,但是...

使用 Chrome 操作系统设备的人无法安装应用程序并显示以下消息:

无法安装“AquaMail”,因为“App Runtime for Chrome (Beta)”不允许

我怎样才能找出问题所在?

作为第一步,我想我想得到更详细的错误消息,用户怎么能做到这一点?有什么相当于logcat的吗?

或者也许来自 Google / ARC 团队的人可以尝试安装作为健全性检查?

0 投票
1 回答
6695 浏览

google-chrome-arc - 在 Google Chrome ARC 应用程序中访问 ExternalStoragePublicDirectory

我们的应用程序中有一个功能可以将文件保存到 ExternalStoragePublicDirectory。下面是我们使用的目录路径。Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS);

看起来文件正在保存在目录中。但我无法在桌面或 Chromebook 中找到保存的文件。有人可以指出我正确的方向吗?

0 投票
1 回答
1327 浏览

google-chrome-arc - 如何在不安装任何 ARC 应用程序的情况下安装 ARC

有没有办法在 Chrome 中安装 ARC 扩展而不安装任何 ARC 应用程序?我们需要在多台机器(桌面)上测试我们的应用程序,但由于 Chrome 商店中没有支持桌面版 Chrome(Chromebook 除外)的 ARC 应用程序,它将在安装应用程序时下载 ARC。我们可以在 chrome://extensions 页面中将 ARC 应用程序作为 zip 文件侧载。我们是否需要在每台机器上安装 ARC 焊机应用程序才能安装 ARC?

0 投票
1 回答
1204 浏览

google-chrome-arc - Where to start debugging and analyzing crashes

I tried to start a fairly complex application within ARC. The app uses native code which is available as armeabi-v7a and as x86 libraries, the app starts native threads (inside the C++ code), uses Java reflection, audio and camera, callback from C++ into Java, etc. I use API 19 as target API.

After a short time I get a plugin crash. When I do an inspect the JS console of my app just says:

Another inspect shows this:

No further information. The JS console of ARC shows no error message.

The "plugin.shell('adbd')" tells me "not ready", maybe because the application was not yet started.

The questions I have: where to find more crash information? How to start debugging? What's the "minidump" and does it contains any valuable information? Can I build something into my app to pin down the problems?

Any pointers to appreciated :-) .

0 投票
1 回答
1090 浏览

android-studio - 您可以通过 Android Studio 将 Android 应用程序作为 ARC 应用程序启动吗?

我想知道是否有一种方法可以从 Android Studio 启动和/或构建 ARC 应用程序,而不必每次都手动使用 ARC 焊机。

在开发过程中手动执行此操作可能非常麻烦,尤其是在发布期间,当您必须对同一应用程序的大约 15 种不同风格执行相同操作时。有什么工作可以解决这个问题,比如 gradle 扩展或其他东西。

0 投票
3 回答
630 浏览

google-chrome-arc - 如何使用 Google ARC Welder 运行同一应用的多个副本?

我已经为 Chrome 安装了ARC Welder扩展。我打开它并添加了一个apk。当我导航到我的 Chrome 应用程序页面时,我会看到该应用程序的图标,当我单击它时,它会启动 ARC Welder 并启动该应用程序。美丽的!

当我尝试打开该应用程序的第二个副本时,它会关闭我的 Chrome 应用程序选项卡并将焦点设置到该应用程序的已运行实例。

在 Chrome 应用程序页面上,我尝试右键单击图标以查找某个选项,按住控制并单击它,然后从不同的 Chrome 窗口打开它,但每次它要么什么都不做,要么只是将我定向到已运行的应用程序实例。

是否可以使用 Google ARC Welder 运行同一应用程序的多个副本?

谢谢!

0 投票
1 回答
125 浏览

google-chrome-arc - 为什么 ARC Welder 窗口这么窄(Acer Chromebook 15,全高清 1980 x 1020)

Chromebook 上的 ARC 焊机

宏碁 Chromebook 15 CB5-571-39VM 英特尔酷睿 i3-5005U 4GB 32GB SSD 全高清显示器 Chrome OS

0 投票
2 回答
765 浏览

google-chrome-arc - 在 Google Chrome ARC 应用中调整大小支持

是否有任何元数据设置可以在 ARC 应用程序中启用调整大小支持?我尝试在元数据中设置“resize”:“scale”,但它没有按预期工作。

0 投票
1 回答
2022 浏览

google-chrome-arc - ARC 焊工警告

尝试安装各种应用程序时,我不断收到以下警告。有人知道如何解决这些问题吗?

0 投票
1 回答
156 浏览

android - 如何检查已使用 ARC 放在 Chrome 商店的 Android 应用程序中的付费 chrome 许可证?

我开始使用 ARC 工具将 Android 应用程序移植到 Chrome 应用程序商店。第一个应用程序是免费的,但我也想在 Chrome 商店中放置一个付费应用程序,我有 2 个问题。

  1. 检查许可证是强制性的还是只是一种最佳做法,因此您的应用程序不会被盗版?

  2. 有没有人有一个很好的示例代码来执行 chrome 的许可证检查,用 java 编写的 Android 应用程序。

谢谢!