Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
296 views
in Technique[技术] by (71.8m points)

how to develop android apps without android studio but with visual studio code

I have a question, 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 and as you all know, android studio is hungry for memory. I have tried to reduce android studio memory usage by disabling some plugins. One of the sources I have seen is This: https://techzog.com/development/android-studio-high-ram-usage/ 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 and etc. Besides that, android studio has powerful capabilities for debugging on device, managing dependencies, APIs and etc. Is there some way to do this (possibly harder way) but without android studio? I prefer developing native vs hybrid or web apps. I have even tried python and developing some apps with beeware, but I still prefer native. Any suggestions are welcome. Thanks in advance.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Yes, you can do with Visual Studio code by using Kotlin. Also your app will be able to run at Android and IOS.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...