diff --git a/_posts/2015-04-03-arc-welder.md b/_posts/2015-04-03-arc-welder.md new file mode 100644 index 0000000..2717512 --- /dev/null +++ b/_posts/2015-04-03-arc-welder.md @@ -0,0 +1,24 @@ +--- +layout: post +title: "Android apps on Chrome" +author: + display_name: sipp11 + login: sipp11 + email: sipp11@gmail.com + url: '' +author_login: sipp11 +author_email: sipp11@gmail.com +date: Apr 3, 2015 +tags: +- android +- chrome +- app +--- + +Google has been pushing a lot of effort making Chrome your new home. Despite some memory hog, battery drain issue, it is a web standard for the time being the same way IE was in its day. To me, merging Android and Chrome OS would be an inevitable path for Google and they've done a wonderful job running and APK on Chrome with [Arc Welder](https://chrome.google.com/webstore/detail/arc-welder/emfinbmielocnlhgmfkkmkngdoccbadn) + +![Chrome App Launcher](/wp-content/2015/04/app-on-chrome.png) ![APK running on Chrome](/wp-content/2015/04/apk-running-on-chrome.png) + +It's compatible with Kitkat runtime. It's fast unlike snail-like Android emulator no one uses. I bet if Arc Welder project supports everything it would be a dream all developers seek for a way for debugging app. Try for yourself. + +It was a big download, so be patient. It's worth wait for I'm sure of it. diff --git a/wp-content/2015/04/apk-running-on-chrome.png b/wp-content/2015/04/apk-running-on-chrome.png new file mode 100644 index 0000000..08abe13 Binary files /dev/null and b/wp-content/2015/04/apk-running-on-chrome.png differ diff --git a/wp-content/2015/04/app-on-chrome.png b/wp-content/2015/04/app-on-chrome.png new file mode 100644 index 0000000..869cafc Binary files /dev/null and b/wp-content/2015/04/app-on-chrome.png differ