.apk renamed to .txt in AVD

Viewed 2231

I installed Eclipse ADT but the virtual Android 4.4 keeps renaming apk downloads to txt. I would love to rename them but can't install a file manager to do that because it's an apk too!

I wasn't having this problem with another version of SDK manager/android 4.2.2.

What's the best workaround?

4 Answers

As Chris Stratton suggested, use adb install, on Windows it can be found in ...\Android\android-sdk\platform-tools as described here http://www.howtogeek.com/125769/

Related