Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to understand Porters on Ubuntu: ARChon

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to understand the Porter on Ubuntu: ARChon". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to understand the Porter on Ubuntu: ARChon.

Google recently released the first set of Android apps that can run locally on Chrome OS, a feat accomplished through the Android Runtime extension.

Now, a developer has pointed out the way to bring Android applications to the desktop version of Chrome.

Vlad Philipov's chromeos-apk script works hand in hand with the ARChon Android Runtime extension, bringing Android apps into Chrome on Windows,Mac and Linux desktops.

Android applications running on Ubuntu 14.04 LTS: IMDB,Flipboard and Twitter

The performance of apps run through Android Runtime is not so amazing, and any ambition to run Dead Trigger 2 or other graphics-intensive games can be put aside.

Similarly, the system integrity (such as webcams, speakers, etc.) may be incomplete or impossible to run an unofficial reconfiguration package of the official Android Runtime, or to run outside of Chrome OS.

Following the following guidelines step by step does not guarantee success. It can only be carried out as a highly experimental, full of loopholes, very unstable-even day hell. You can only try out of curiosity and don't have high hopes, so you won't be bothered by it.

Android App moves to Linux

To run Android apps on Linux through Chrome, it is clear that you need to install Chrome, which requires version 37 or higher. Frankly, if you plan to play with an unstable version of Chrome, you can also download and install it for Linux.

What if a version of Chrome is already installed? You can install the unstable version from the command line, as follows:

Sudo apt-get install google-chrome-unstable

With Chrome, you need to download a customized version of the Android Runtime extension, rather than the version provided by Google or Chronium, the Android Runtime created by Vlad Philipov. There are many differences between this version and the official version, the most prominent difference is that it can run on the desktop version of the browser.

Download ARChon v1.0 from BitBucket

After downloading the Android Runtime extension, you need to extract the content from .zip and move the unzipped folder to your Home folder.

To install it, open Google Chrome, click the hamburger menu button, and navigate to the extension page. Check 'enable developer mode' and click the 'load unpacked extension' button.

The Android Runtime extension doesn't do much by itself, so you need to create compatibility packs from Android apps. To do this, you need the 'chromeos-apk' command line Javascript tool, which can be installed from the Node Encapsulation Module Manager (npm).

First run:

Sudo apt-get install npm nodejs nodejs-legacy

Ubuntu 64 users? You also need to get the following libraries:

Sudo apt-get install lib32stdc++6

Now, run the npm command to install the script:

Npm install-g chromeos-apk

Depending on your configuration, you may need to run it using sudo later. If you don't like installing the npm module through sudo, you can try to fool it.

Now, it's done. Go to Google to find the APK of the app you want to try, keeping in mind that not all Android apps work, and those that work may not work well or lack functionality.

Put the Android APK you want into ~ / Home, and then go back to the terminal and use the following command to convert it. You can name the APK whatever you want:

Chromeos-apk replaceme.apk-archon

The order will take a little time to finish the job, perhaps in the blink of an eye. Actually, you don't need to blink.

Now, there is something like Chrome APK extension-y folder-y generated by ARChon in your Home folder. All that's left to do is install it and see if it works!

Go back to the chrome://extensions page and tap the 'load unencapsulated extension' button again, but this time select the folder created by the script above.

The application should be installed correctly, but will it be all right? Open the Chrome application launcher or application page and launch it to see if there is a problem.

Since the ARChon runtime supports an unlimited number of chrometized APK, you can do this over and over again as many times as you want. Chrome APK subreddit is used to track successes / failures, so if you find it useful, be sure to post your results.

At this point, I believe you have a deeper understanding of "how to understand the Porter on Ubuntu: ARChon". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report