Saved Bookmarks
| 1. |
Is it possible to create Android Apps without using Android Studio? |
|
Answer» 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. |
|