Is it possible to develop Android apps using only the Android SDK, without any IDE like Android Studio?
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