Nanfeng

Notes on software development, code, and curious ideas

Fixing “Build Type Isn't Debuggable” in Android Studio

When Android Studio reports build type isn't debuggable, open the Build Variants tool window, locate the module, and change its active variant from release to debug.

Build Variants
+