help needed to publish android app in market

后端 未结 2 1791
庸人自扰
庸人自扰 2020-12-12 05:29

I have made a application in android with map view and I want to publish it on market.

So first of all how to export final APK from eclipse and second Google map API

2条回答
  •  时光说笑
    2020-12-12 05:45

    Release: right click on the project, go to the android tools, choose the option that reads something like "export signed package". For the key, sign up for one. It really boils down to that. But the complete manual/helps are online, and easy to find.

    I wonder where you're stuck, but just read these topics:

    Signing Your Applications
    Versioning Your Applications
    Preparing to Publish
    Publishing on Android Market

    (I've linked the first, the rest are on the left hand side of that first link).

    For the google maps API you'll get far enough using this link i presume

提交回复
热议问题