an initial <code>VersionName</code> could be 1.0 which can be updated to 1.1 after
a small change and 2.0 after a larger change.
</p>
<p>
You will need to increase the VersionCode and change the
VersionName of your application when you upload a new
version to the Play Store.
</p>
</dd>
<dt>
<h2>Download <code>.apk</code></h2>
...
...
@@ -75,7 +80,7 @@
3. Click “Download to This Computer”<br/>
</p>
<p>
This will prompt you to save the application somewhere. Once you have the .apk downloaded, you are ready to publish this app to Google Play.
This will prompt you to save the application somewhere. Once you have the .apk downloaded, you are ready to begin the publishing process.
</p>
</dd>
<dt>
...
...
@@ -83,17 +88,85 @@
</dt>
<dd>
<p>
You can now go to <ahref="https://play.google.com/apps/publish/Home">Google Play Publishing Home</a> and follow the steps to publish your app to Google Play.
You can now go
to <ahref="https://play.google.com/apps/publish/Home"target="_blank">Google Play Publishing Home</a> and follow the steps to publish your app to Google Play.
</p>
<p>
For more details, you may want to start with <ahref="http://developer.android.com/guide/publishing/publishing.html">Introduction to Publishing on Google Play</a>
For more details, you may want to start
with <ahref="http://developer.android.com/guide/publishing/publishing.html"
target="_blank">Introduction to Publishing on Google Play</a>
and
<ahref="https://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=113469&topic=2365624&ctx=topic">Google Support on Uploading to Google Play</a>.