Posts

Running Android apps on Desktop using Chrome extension ARCWelder

Image
In this tutorial we are going to see  how to run Android apps on Desktop using Chrome browser. Open Chrome browser. Visit ARC Welder extension page. Then select Add to Chrome to install the extension. ARC Welder is an chrome extension that allows us to run Android apps using Chrome browser. And from official website : The App Runtime for Chrome (Beta), or ARC, lets you run your favorite Android apps on Chrome OS. By following these steps, you can try out the  App Runtime for Chrome (Beta)  during this Developer Preview. After installing go to Chrome Apps page  chrome://apps . Open ARC Welder . Select Choose to choose a directory for ARC Welder to store its files. Then choose the apk file of the Android App you want to run. Here I've choosen Twitter apk . Select Test to launch your app. To create a shorcut for you Android app right click the app and select Create shortcuts... Not every app will works. Among the apps I'

Installing Android Studio on Linux | Intro to Android Studio - Part 1

Image
In this tut ori al we are going to see what is Android Studio and how to install it in Ubuntu.         Android Studio is the official Integrated Development Environment (IDE) for Android app development, based on IntelliJ Idea . If you are interested in developing Android apps then Android Studio is the one stop solution. It provides every thing you need to develop Android Apps. It provides powerful text editor, emulator, sdk manager etc. You can use Java, Kotlin, C++ for developing Android Apps. For more introduction visit Official Android Studio Intro .         Now lets see how to install it on Linux step by step.         For this tutorial I am using Ubuntu 17.10 with budgie desktop.         First visit Android Studio download page  and download the android studio zip file. Here is the direct link for version 3.0.1 which is the latest version at the time of writing:  https://dl.google.com/dl/android/studio/ide-zips/3.0.1.0/android-studio-ide-171.4443003-linux.z

Follow

Share