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

Chrome ARC, Android -- ways to make paid apps?

I've recently posted my Android app to Chrome Web Store using ARC Welder, and wondering about how I can make it a paid app. Currently, for Android, I have a free version and an "unlocker" as a separate app on Google Play. The user installs the free…
Kostya Vasilyev
  • 852
  • 1
  • 11
  • 27
0
votes
0 answers

Chrome ARC AAC Encoder crashing

I encode audio using the AAC encoder in my app and all works fine in Android, but the same APK crashes out when running in Chrome with ARC Welder. My code looks like this: mRecorder = new MediaRecorder(); …
Mike Fosker
  • 417
  • 4
  • 13
0
votes
1 answer

ARC - Invalid OAuth2 scopes

So i got an application witch uses cloud endpoints in order to connect with app engine backend. Its working perfectly on physical devices and andy emulator. Yet when i try to authenticate on arc i get following error in javascript…
Adam Fręśko
  • 1,064
  • 9
  • 14
0
votes
1 answer

Sharing Files with other Chrome Extensions using ARC

We have an Android application that we have developed and are testing with ARC. Part of the functionality is to share Word/PDF and other documents with other applications on an Android device and then have them pass the content back to us when…
kingargyle
  • 1,239
  • 10
  • 15
0
votes
0 answers

Loading some html content in WebView does not load images in ARC app

I have a WebView in Android app which is able to load html content with images (img tag) properly. But if I load the same content in ARC app WebView, it does not load images. Edit: Note: This problem is happening only on desktop versions of Chrome.…
Vivek
  • 1,823
  • 1
  • 19
  • 39
0
votes
1 answer

Unable to play rtsp/hls videos in android app run through chrome arc

I am trying to play video stream in an android app run through chrome arc. But it got an error "Plugin crashed: Captured minidump". VideoView videoView = (VideoView) findViewById(R.id.videoView1); MediaController mediaController = new…
Visakh.V.J
  • 31
  • 5
0
votes
0 answers

Add apk menu doesn't show up in Arc Welder

I installed Arc Welder on my Chrome 41, every time I launch the app I don't see any "add apk" menu. What's wrong with it? I have an ubuntu machine. UPDATE: here is a screenshot of the window screenshot
Walid Saad
  • 951
  • 1
  • 8
  • 14
0
votes
1 answer

Is it possible to start ARC app minimized

I would like to start my ARC app minimized or hidden if possible. For chrome apps I can use the CreateWindowOptions in the method chrome.app.window.create https://developer.chrome.com/apps/app_window#type-CreateWindowOptions Is there some metadata…
0
votes
1 answer

Adding a menu-bar to the app's window

I've been asked to add a menu bar to our ARC app's chrome window. So, two questions: Is this possible? If so, how would one define and interact with it? To clarify, this would be similar to the drop-down menu that the usual Chrome window has in…
0
votes
1 answer

setsockopt failed: EINVAL - does ARC support https/SSL?

just tried ARC with our APK for the first time. It starts fine but fails to connect to our backend server: SocketException: setsockopt failed: EINVAL (Invalid argument) Current Chrome and ARC as downloaded 2015-04-07. Stack Trace shows it fails…
cheesus
  • 47
  • 1
  • 6
0
votes
2 answers

Testing ARC zip on chromebook

I used ARC-welder to test the app on my PC and create a zip - now I am searching a way to test this zip on a chromebook without publishing it. Is this possible?
ligi
  • 39,001
  • 44
  • 144
  • 244
0
votes
1 answer

Can we add keyboard shortcuts in ARC app

How can we add keyboard shortcuts in Google Chrome ARC app? As ARC apps now work on desktop Chrome browser, it is a must to have for desktop clients.
Vivek
  • 1,823
  • 1
  • 19
  • 39
0
votes
1 answer

How to check for paid chrome license in Android app that has been put on Chrome Store using ARC?

I'm starting to port an Android app over to the Chrome App store using the ARC tool. The first app is a free one but I'd like to put a paid app on the Chrome store as well and I have 2 questions. Is checking for the license mandatory or just a…
gbotha
  • 1,231
  • 17
  • 23
0
votes
1 answer

Why is ARC Welder window so narrow (Acer Chromebook 15, Full HD 1980 x 1020)

Acer Chromebook 15 CB5-571-39VM Intel Core i3-5005U 4GB 32GB SSD Full-HD Display Chrome OS
Michael Biermann
  • 3,105
  • 27
  • 23
0
votes
1 answer

How to install ARC without installing any ARC app

Is there a way to install ARC extension in Chrome without installing any ARC app? We need to test our app on multiple machines (Desktop), but since there is no ARC app available in Chrome store which supports desktop versions of Chrome (other than…
Vivek
  • 1,823
  • 1
  • 19
  • 39
1 2 3
11
12