简体   繁体   中英

How to create .apk files for Android?

I tried right clicking on my project (in Eclipse) android tools->Export unsigned application package.

I then moved to .apk file to my Samsung Galaxi S device and tried to install it, I got a message saying the app was not installed.

Did I do something wrong in creating the .apk (what could be the problem)?

检查此文档

If you want to install the application with debug key then you need device driver(Kies in your case) installed on your development machine. Then attach your device to your machine through USB port. Close emulator and run your Android application on your device using Eclipse. The signing procedure mentioned in previous answers is mandatory only when you are uploading your application on Android Market.

您应该导出签名的Apk文件: http : //developer.android.com/guide/publishing/app-signing.html

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