Home
last modified time | relevance | path

Searched +refs:android +refs:install +refs:app (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DMonitorApplication.java17 package com.android.ide.eclipse.monitor;
19 import com.android.ide.eclipse.monitor.SdkToolsLocator.SdkInstallStatus;
20 import com.android.prefs.AndroidLocation;
21 import com.android.sdklib.SdkManager;
22 import com.android.sdkstats.SdkStatsService;
23 import com.android.sdkuilib.internal.repository.ui.AdtUpdateDialog;
24 import com.android.utils.ILogger;
25 import com.android.utils.NullLogger;
30 import org.eclipse.equinox.app.IApplication;
31 import org.eclipse.equinox.app.IApplicationContext;
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion17.txt1 Code completion in manifest.xml for ^android:versionCode="1":
2 xmlns:android
3 …. For example, applications published by Google could have names of the form com.google.app.appname
4 android:versionCode : Internal version code. [integer]
5 android:versionName : The text shown to the user to indicate the version they have. [string]
6 android:sharedUserId : Specify the name of a user ID that will be shared between multiple packages…
7 android:sharedUserLabel : Specify a label for the shared user UID of this package. [reference]
8 android:installLocation : The default install location defined by an application. [enum]
/sdk/
Dchanges.txt16 Both separate test projects and self-contained app+test projects now work.
66 * Find hardcoded android:debuggable attributes on <application>
77 * Find "import android.R" statements in Java code, which can lead to
91 suggests replacing it with the equivalent android.util.FloatMath
146 - SDK Manager now suggests to install missing base platform for add-ons.
148 * ignore classes extending android.preference.Preference
149 * ignore classes extending android.app.backup.BackupAgentHelper
176 - Headless SDK update. See 'android -h update sdk' for more info.
184 - New "android create lib-project", "android update lib-project" actions.
185 - New parameter for "android update project"
/sdk/eclipse/
Dchanges.txt5 theme references, such as ?android:attr/dividerHeight
58 android.webkit.WebSettings.setJavaScriptEnabled.
102 * To enable this, install the NDK feature (depends on CDT), and then
120 * Go to Declaration now works for theme references (?android:attr,
361 - Fix issue in which ADT 10.0.0 would install on Eclipse 3.4 and
447 - android.jar source and javadoc location can now be configured.
468 http://developer.android.com/guide/practices/screens_support.html#range
524 - Fixed issue when launching ADT on a clean install would trigger
542 filters. See the 'android' property for Android projects.
579 - Fixed install issue when project name contains spaces (requires new
[all …]