Zachary
Zachary

Reputation: 183

Android studio does not generate APK

I just switched from using Eclipse to Android Studio, and everything has been great, until I tried generating the APK from a project I began in Eclipse. I enter all the keystore information to create a signed APK, but after it compiles I get a file with no extension type. It will not run on other devices. Am I doing something wrong?

Upvotes: 1

Views: 1578

Answers (1)

Ahmad
Ahmad

Reputation: 72653

I get a file with no extension type

Just add the extension ".apk" to it then.

Upvotes: 1

Related Questions