Questions tagged [google-chrome-arc]

The App Runtime for Chrome (Beta) is a project to run Android apps on Chrome OS, which aims to create a more seamless user experience across Android OS and Chrome OS. ARc apps can be created by using the ARC Welder

The App Runtime for Chrome (Beta) is a project to run Android apps on Chrome OS, which aims to create a more seamless user experience across Android OS and Chrome OS.

ARC apps can be created by using the ARC Welder on Chrome 40+, which allows you to run Android apps on Chrome OS, Windows, Mac or Linux.

Links of Interest:

170 questions
0
votes
1 answer

What JavaScript API to Use to Launch Apps in Chrome OS?

How can I check within my own app which other apps are installed on Chrome OS? Can I start a third party app from my own app in JavaScript? Or even from my Android App running in ARC? Thanks for any advice.
Jan
  • 633
  • 11
  • 22
0
votes
1 answer

Chrome app store porting from Android app using arc welder

This question is relevant to app developers only! I am trying to convert and publish my android apps to chrome web store. I used the arc welder chrome app suggested in Google's getting started guide. I've downloaded zip from ARC welder app. When I…
Tony
  • 109
  • 1
  • 10
0
votes
1 answer

Where to ARC Welder extrude “minidump file(.dmp)”?

Im debugging Android app(emulating by ARC welder) on Chromebook, and often get "plugin crashed: captured minidump" message. But I dont know where to extrude the…
0
votes
1 answer

Google Chrome ARC intent-filter crash

I try to implement launch app from intent filter on ARC using that code :
0
votes
2 answers

you are using ARC welder on a non-chrome os device. platform specific bugs exist.

my chrome version is 45.0.2454.85 (64-bit) arc welder is 46.5021.478.18. there is a issue : you are using ARC welder on a non-chrome os device. platform specific bugs exist. how to solve it ? i have installed the newest chrome . but the same…
0
votes
1 answer

ARC error TypeError Cannot read property 'angle' gen_index.min.js

Windows 8 (x64) ARC 46.5021.478.18 App Runtime for Chrome (Beta) 46.5021.478.18 Chrome 43.0.2357.134 (32-bit) I was running into the same issue as this post and the workaround has resolved the issue of the app not launching. I'm curious what…
Race4Keep
  • 1
  • 1
0
votes
1 answer

Make a key click a certain place on the screen

I am running a game that has buttons on both sides of the screen, which gives you an easy control on a tablet. But on ARC it makes it difficult to use because you need to move your mouse across the screen a bunch of times. Does ARC Welder have an…
Feldspar15523
  • 165
  • 2
  • 11
0
votes
1 answer

Android app ported to Chromium OS using ARC Welder won't launch anymore; launches in ARC

While attempting to port my Android app, New Daily Quotes, to Chrome OS and Chromium OS using Google's ARC Welder tool, my application will launch perfectly fine in the ARC envinronment, but as soon as I publish to the Chrome Web Store and install…
Cora
  • 269
  • 3
  • 17
0
votes
1 answer

Arc chrome with obb files

I'm searching to play a game that has an OBB file for its data. I have the file and the apk, but ARC welder doesn't seem to have a way to select the OBB file directory. Is there another way to allow the app access to the folder.
Dakun Skye
  • 580
  • 1
  • 4
  • 14
0
votes
0 answers

Google Chrome Arc Android App: Unable to play Video

I am unable to play videos on arc with videoView. The Videos are working on android devices and emulators. tried local stored and online videos. Downloaded form youtube mp4 files and even they didn't work. Always get unable to play video alert. Do…
alfacan
  • 715
  • 1
  • 7
  • 11
0
votes
0 answers

Configuring android app installed in arc welder

I have installed coding calendar android app in chrome using arc welder in my windows.It gives the information about running and future coding contest depending on location and time.I live in India, so I like to see contests according to that.But…
0
votes
0 answers

ARC Welder Crash upon ACTION_SEND

While testing an android app on Chrome (Canary) I stumbled upon this issue. I'm trying to ACTION_SEND content (json text file) using String tempFile = ; Uri contentUri = FileProvider.getUriForFile(this, "",…
Ohmnibus
  • 415
  • 6
  • 18
0
votes
2 answers

How do I remove shortcuts created by ARC Welder in Ubuntu GNOME applications menu

In Ubuntu 15.04 I tried importing an ARC Welder application and it failed to actually create and run the app. However, it left two of the same shortcuts in my Applications menu in GNOME. I've looked in /usr/share/applications/ and in…
Steven Combs
  • 1,890
  • 6
  • 29
  • 54
0
votes
0 answers

Does ARC support for encrypted SQLlite data base?

I have SQL lite database in my apk. The database is encrypted. Does arc support an encrypted database ? Or is there any other way I can make sure the data is not compromised. Since it will be multi user environment it is imperative that the data…
Sam Ahuj
  • 17
  • 7
0
votes
1 answer

Viewing Logcat with Android app in Chrome using ARC Welder

I am trying to get our Android app to run under Chrome using ARC Welder on a Mac. The app is crashing soon after startup and I'm trying to look at the Logcat to see what is going on. I have found the following instructions in another thread that…
btschumy
  • 1,435
  • 1
  • 18
  • 35