Can I run Android Studio on an Android tablet?

Android tablets can replace PCs for many purposes by connecting a Bluetooth keyboard. Many parts of Android Studio are already in Java. Does anyone know if there are attempts to port it to Android? Since it runs on Linux, it is theoretically possible to port it to Linux-based Android as well.

+4
source share
5 answers

Android Studio requires a desktop operating system (Win / Mac / Linux), so it will not run on an Android tablet.

There is an alternative to AIDE , which gives you the Android development environment and will work on the tablet, although I'm not sure how useful it would be in practice, and have not tried to use it yourself.

+3
source

At first, I doubt that tablet specifications can work with Android Studio.

And secondly, Google did not write the basic Android Studio platform - it was built on top of IntelliJ IDEA, and then with their plugins.

IntelliJ IDEA is a Java desktop application that cannot run on Android devices and needs the resources of a full computer.

Hope this answers your question.

+2
source

, Teamviewer VNC . , , , - .

0

Android Apps , DroidScript. Google Play :)

0

Java N-IDE Android Studio. Java N-IDE - , Java/Android APK. , Java 10, ... Java var/++ auto x_x.

I also temporarily use Dory JS, which is the core Node.JS functionality, completed for Android development. I use it to prototype the ActionScript 3 compiler.

0
source

Source: https://habr.com/ru/post/1606192/


All Articles