I just migrated my Eclipse projects to IntelliJ IDEA (it's the same as AndroidStudio uses, but with some minor differences).
However every time I click Build > Build Apk it generates an APK with "debug enabled".
What I've been reading the android:debuggable="true"
property has not been supported since 2010.
How can I generate the APK?