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
3
votes
2 answers

ARC Bluetooth support

When running an Android app in ARC, BluetoothAdapter.getDefaultAdapter() currently returns null. What is the status with Bluetooth support in ARC? Thanks! Observed with ARC version: 41.4410.244.25 Chrome: 41.0.2272.118 Platform: OSX Yosemite…
2
votes
1 answer

arc welder app showing blank screen startup

I am using Google Chrome version 64.0.3255.0 (64-bit) I installed ARC Welder extension from chrome web store. when i opened it, it shows blank window now how to install android apps using ARC Welder?
Werlds Gt
  • 21
  • 1
  • 2
2
votes
0 answers

Network Traffic in Google Chrome Arc Welder

Ok, I'm sure I'll get a downvote or two for this vague question... but help a novice out. Thanks in advance. I am attempting to QA/debug an application to verify HTTP requests are being made to various analytics endpoints correctly. I am using…
Peter
  • 1,065
  • 14
  • 29
2
votes
0 answers

ARC Welder stays on loading forever after choosing APK

I am using a Intel Core i5 64-bit MacBook Pro with 64-bit Chrome (version 55), but ARC Welder doesn't work on Mac OS X Sierra for me... After I choose an APK, it just stays on loading forever, and never finishes. I have tried many different APKs,…
田笑宇
  • 21
  • 4
2
votes
1 answer

debug android app on chromebook

I have an android app that works on the chromebook flip when using arc welder to install and run it. However, when I download the current version from the play store, or sideload the current dev version by copying over the apk, the app doesn't…
2
votes
0 answers

Android Test Kit or Appium with ArcWelder

Does arcwelder support any kind of uiautomation test framework like android testing support library https://google.github.io/android-testing-support-library/
bonez
  • 685
  • 1
  • 16
  • 39
2
votes
0 answers

Is Download Manager working on ARC?

My App relies on DownloadManager to work and I'm having a bad time trying to make it work on ARC. I've enabled External Storage with metadata flag enableExternalDirectory, the app asked me at the start to choose the directory, but all downloads I…
romulof
  • 357
  • 2
  • 12
2
votes
1 answer

Are all ARC apps crashing?

all apps I tried to test using ARC seem to crash I have submitted an issue(https://code.google.com/p/chromium/issues/detail?id=528652) but it doesn't seem to be confirmed so my question is are there apps that don't crash on ARC?
Fuseteam
  • 376
  • 2
  • 15
2
votes
1 answer

How to get logcat output on PC from Google Arc Welder/Cordova app?

I am attempting to get logcat logs from a Cordova app running on Google Arc Welder. I have tried the following sequence of steps: Started the app from google arc welder Start adb logcat with the command adb logcat -d Enable output from chrome by…
fdsa
  • 1,379
  • 1
  • 12
  • 27
2
votes
0 answers

No App works on Arc Welder Google Chrome app

I downloaded this chrome extension, about 2 months ago any app would work on this, but then today i reinstalled this and no app works, no matter how small or big the android app is, i'd get the same error screen. Any Idea?
krrish
  • 353
  • 3
  • 15
2
votes
0 answers

Connection between ARC Welder and Google Chrome

I have an APK-package that I have installed in Google Chrome on Ubuntu 14.04 64-bits with the help of ARC Welder. The app just works fine as long as the temporary files made by ARC Welder "com.bankid.bus-6230.apk_export_VZxwa" remains in the same…
Paul Bergström
  • 253
  • 1
  • 2
  • 14
2
votes
0 answers

Android application keeps crashing on Chrome OS

I am trying to run my Android application on Chrome OS via ARC Welder. However my application keeps crashing. Error message that I see in console (chrome://inspect#apps) of my application does not provide much useful information. Error message…
Saurabh
  • 7,894
  • 2
  • 23
  • 31
2
votes
2 answers

Touch not working on android apps running on ARC

I have a laptop running windows 8.1 with a touch enabled screen. I am using arc to run apk on the laptop. The touch works fine on ARC welder but after launching apk, the touch event does not work on app's screen. Just the mouse event works. I have…
2
votes
1 answer

Can I enable mouse/desktop-like text selection behavior in an Android app?

I'm using ARC Welder to turn my Android app into a Chrome OS app. Most of it works perfectly, except that text selection with a mouse behaves like it would on a touch device, requiring long-clicking or double-clicking on words, and then dragging the…
Matt Baer
  • 1,267
  • 1
  • 12
  • 11
2
votes
2 answers

How can my app tell if it's running in Chrome vs on an Android device?

If I use ARCWelder to port my app to Chrome, is there a way for it to know that it's running on Chrome? Maybe through BUILD.Version?
Scott
  • 3,663
  • 8
  • 33
  • 56
1 2
3
11 12