Reputation: 33
Is it possible to write Android apps without Android Studio?
I know languages like C and java. The problem is the following: I have a 4 GB RAM system and as you all know, android studio is hungry for memory. I have tried to reduce Android Studio's memory usage by disabling some plugins. One of the sources I have seen is This: Solving Android Studio High Memory Usage Problems
However, I still have problems, particularly with my screen reader crushing and needing to constantly restart screen reader to read out contents of the window. So, my thinking was, is there a way to develop apps with IDE like Visual Studio Code, for example, or even simpler, Notepad++ and then somehow build the project?
The issue with this is project file structure creation, which has a lot of files, etc. Besides that, Android Studio has powerful capabilities for debugging on device, managing dependencies, APIs, etc. Is there some way to do this (possibly harder way), but without Android Studio?
I prefer developing native vs hybrid or web applications. I have even tried Python and developing some apps with BeeWare, but I still prefer native.
Upvotes: 2
Views: 5886