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

Commit 2460971a authored by Joe Fernandez's avatar Joe Fernandez
Browse files

docs: Android Eclipse ADT update and removals - Batch 04

b/25192800

Change-Id: Ic3927136a09da29c5931ccaa6ba5ce76ace75096
parent d8ecc59f
Loading
Loading
Loading
Loading
+60 −60

File changed.File mode changed from 100644 to 100755.

Contains only whitespace changes.

+1 −1
Original line number Diff line number Diff line
@@ -549,7 +549,7 @@ the default signature of the <code>root()</code> function defines.</p>
</dl>

<p class="note"><strong>Note:</strong> Although Filterscript support is in the platform, developer
support will be available in ADT and SDK Tools Release 21.0.1. </p>
support will be available in SDK Tools Release 21.0.1. </p>


<p>For a detailed view of all API changes in Android 4.2, see the
+1 −4
Original line number Diff line number Diff line
@@ -543,10 +543,7 @@ download other platform versions as necessary. </p>
<p>To access the updater, use the <code>android</code> command-line tool,
located in the &lt;sdk&gt;/tools directory. You can launch the SDK updater by
executing <code>android sdk</code>. You can
also simply double-click the android.bat (Windows) or android (OS X/Linux) file.
In ADT, you can also access the updater by selecting
<strong>Window</strong>&nbsp;>&nbsp;<strong>Android SDK
Manager</strong>.</p>
also simply double-click the android.bat (Windows) or android (OS X/Linux) file.</p>

<p>To run your application against different platform versions in the emulator,
create an AVD for each platform version that you want to test. For more
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ them is extending an EditText View to make a lined notepad. This is not a
perfect example, and the APIs for doing this might change from this early
preview, but it does demonstrate the principles.</p>
<p>If you haven't done so already, import the 
NotePad sample into Eclipse (or
NotePad sample into Android Studio (or
just look at the source using the link provided). In particular look at the definition of
<code>MyEditText</code> in the <a
href="{@docRoot}resources/samples/NotePad/src/com/example/android/notepad/NoteEditor.html">NoteEditor.java</a>
+0 −3
Original line number Diff line number Diff line
@@ -54,9 +54,6 @@ application can create View and ViewGroup objects (and manipulate their properti
<div class="sidebox-wrapper">
<div class="sidebox">
  <ul>
  <li>The <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT
  Plugin for Eclipse</a> offers a layout preview of your XML &mdash;
  with the XML file opened, select the <strong>Layout</strong> tab.</li>
  <li>You should also try the
  <a href="{@docRoot}tools/debugging/debugging-ui.html#hierarchyViewer">Hierarchy Viewer</a> tool,
  for debugging layouts &mdash; it reveals layout property values,
Loading