简体   繁体   中英

android: self signed apk can install in emulator but not in device

I wrote a small program and created a signed apk in eclipse kepler.

I cannot install the apk into my device through dropbox with "Unknown source" option UNCHECKED. The option is under Setting -> Security.

However, I can install the apk into my emulator by using

adb install abc.apk

The emulator still got "Unknown Source" UNCHECKED.

Could anyone help? Thank you very much!

Regards,

Antony

It will also work via ADB on the actual device while unknown sources is unchecked.

However, if you want to install the APK right from your device using a file management app, you will have to enable installations from unknown sources.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM