Can I develop Android apps without an IDE?

前端 未结 5 1914
说谎
说谎 2021-01-31 08:38

Is it possible to develop Android apps using only the Android SDK, without any IDE like Android Studio?

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-31 09:13

    For android the basic debugging environments are: ADB DDMS Java Debugger

    You can try with them. More details are here : http://developer.android.com/tools/debugging/debugging-projects-cmdline.html

提交回复
热议问题