Computer Science, asked by sharmaaj2133, 8 days ago

Is it possible to create Android Apps without using Android Studio?

Answers

Answered by sathiyasenthil121985
0

Answer:

So technically, you don't need an IDE at all. Basically, every project has at least a build. gradle file that contains the instructions to build it. You only have to launch Gradle with the appropriate command to compile your app.

Similar questions