diff --git a/pdk/docs/source/using-eclipse.jd b/pdk/docs/source/using-eclipse.jd index 56df71377..cfa7939a4 100644 --- a/pdk/docs/source/using-eclipse.jd +++ b/pdk/docs/source/using-eclipse.jd @@ -95,58 +95,6 @@ Adding apps to the build path
When you're done, the "source folder" path in the list should look like android/packages/apps/YourAppName /src. Depending on which app(s) you include, you may also need to include othersrc/main/java directories under android/dalvik/libcore. Do this if you find you cannot build with the default set.
-To work on Java developer tools, the principle is the same, except you specify /path/to/tool when using the option "Create project from existing source." -
-Once the project is created, you need to set up the Java Build Path: -
-For DDMS, you will need to make a project for -
-Each project will need to reference the ones before it ("ddmuilib" references "ddmlib", and "app" references both of those). To do this: -
-You can import files in development/ide/eclipse to make Eclipse