Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcff234f authored by Dirk Dougherty's avatar Dirk Dougherty Committed by The Android Open Source Project
Browse files

AI 143696: am: CL 143576 SDK doc change: Fix links from SDK upgrading docs to...

AI 143696: am: CL 143576 SDK doc change: Fix links from SDK upgrading docs to migration and diff info.
  Original author: ddougherty
  Merged from: //branches/cupcake/...

Automated import of CL 143696
parent a7533b96
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -133,11 +133,17 @@ to place 3rd jar files, which are now automatically handled by the Ant script.</

<h2 id="migrate">Migrate your applications</h2>

<p>After updating your SDK, you will likely encounter breakages in your code, due to 
framework and API changes. You'll need to update your code to match changes in the Android APIs.</p>
<p>If (and only if) you have written apps in an SDK released previous to
the Android 1.0 SDK, you will need to migrate your applications. After
updating your SDK, you may encounter breakages in your code, due to
framework and API changes. You'll need to update your code to match
changes in the Android APIs.</p>

<p>One way to start is to open your project in Eclipse and see where the ADT
identifies errors in your application.</p>
identifies errors in your application. You can also look up
specific changes in the Android APIs in the <em>Overview of Changes</em> and <em>
API Diffs Report</em>, both available in the documentation included with the
Android 1.0 SDK package.</p>

<p>If you have additional trouble updating your code, visit the 
<a href="http://groups.google.com/group/android-developers">Android Developers Group</a>
+9 −3
Original line number Diff line number Diff line
@@ -133,11 +133,17 @@ to place 3rd jar files, which are now automatically handled by the Ant script.</

<h2 id="migrate">Migrate your applications</h2>

<p>After updating your SDK, you will likely encounter breakages in your code, due to 
framework and API changes. You'll need to update your code to match changes in the Android APIs.</p>
<p>If (and only if) you have written apps in an SDK released previous to
the Android 1.0 SDK, you will need to migrate your applications. After
updating your SDK, you may encounter breakages in your code, due to
framework and API changes. You'll need to update your code to match
changes in the Android APIs.</p>

<p>One way to start is to open your project in Eclipse and see where the ADT
identifies errors in your application.</p>
identifies errors in your application. You can also look up
specific changes in the Android APIs in the <em>Overview of Changes</em> and <em>
API Diffs Report</em>, both available in the documentation included with the
Android 1.0 SDK package.</p>

<p>If you have additional trouble updating your code, visit the 
<a href="http://groups.google.com/group/android-developers">Android Developers Group</a>
+5 −5
Original line number Diff line number Diff line
@@ -131,11 +131,11 @@ framework and API changes. You'll need to update your code to match the
latest APIs.</p>

<p>One way to start is to open your project in Eclipse and see where the ADT
identifies errors in your application. From there, you can lookup
specific API changes in the Android 1.0 APIs in the 
<a href="http://code.google.com/android/migrating/changes-overview.html">
Overview of Changes</a> and <a href="http://code.google.com/android/migrating/changes.html">
API Diffs Report</a>.</p>
identifies errors in your application. You can also look up
specific changes in the Android APIs in the 
<a href="{@docRoot}sdk/android-1.1.html#api-changes">Android 1.1 Version 
Notes</a> document.</p>


<p>If you have additional trouble updating your code, visit the 
<a href="http://groups.google.com/group/android-developers">Android Developers Group</a>
+6 −5
Original line number Diff line number Diff line
@@ -131,11 +131,12 @@ framework and API changes. You'll need to update your code to match the
latest APIs.</p>

<p>One way to start is to open your project in Eclipse and see where the ADT
identifies errors in your application. From there, you can lookup
specific API changes in the Android 1.0 APIs in the 
<a href="http://code.google.com/android/migrating/changes-overview.html">
Overview of Changes</a> and <a href="http://code.google.com/android/migrating/changes.html">
API Diffs Report</a>.</p>
identifies errors in your application. You can also look up
specific changes in the Android APIs in the 
<!-- <a href="{@docRoot}sdk/android-1.5.html#api-changes"> -->
Android 1.5 Version Notes
<!-- </a> -->
document.</p>

<p>If you have additional trouble updating your code, visit the 
<a href="http://groups.google.com/group/android-developers">Android Developers Group</a>