Searched refs:SDK (Results 1 – 24 of 24) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | messages.properties | 1 Could_Not_Find_Folder=Could not find SDK folder '%1$s'. 2 Could_Not_Find_Folder_In_SDK=Could not find folder '%1$s' inside SDK '%2$s'. 4 …ersion of ADT requires Android SDK Tools in revision %1$s or above.\n\nCurrent revision is %2$s.\n… 5 VersionCheck_Plugin_Version_Failed=Failed to get the required ADT version number from the SDK.\n\nT… 7 VersionCheck_Plugin_Too_Old=This Android SDK requires Android Developer Toolkit version %1$d.%2$d.%… 9 AdtPlugin_Android_SDK_Content_Loader=Android SDK Content Loader 10 AdtPlugin_Android_SDK_Resource_Parser=Android SDK Resource Parser
|
/sdk/eclipse/ |
D | README_WINDOWS.txt | 12 2- To build a Windows SDK, you need two steps: 13 a- First you need to create a Linux SDK: 18 Note: if you get an error when building the javadoc, make sure you use a Java SDK 1.5 19 Note: if you get an error when building layoutlib, make sure you use a Java SDK 1.5.0-b13. 21 b- Once you have a Linux SDK, you can create a Windows SDK:
|
D | changes.txt | 94 * SDK Manager: 251 - New Welcome Wizard to help installing and configuring the SDK 330 in the manifest, the SDK version, etc. 334 SDK target to determine whether to default to a tablet or phone 427 - New version number scheme following the SDK Tools revision number. 479 - Fix issue when launching ADT the first time with the SDK Usage panel 486 - Loads the SDK content only when a project requires it. This will 487 make Eclipse use less resources when the SDK contains many versions 502 - Misc fixes in the SDK Updater 506 - Improvements to the SDK Updater. [all …]
|
/sdk/files/ |
D | adb_has_moved.txt | 3 If you don't see this directory in your SDK, 4 launch the SDK and AVD Manager (execute the android tool) 5 and install "Android SDK Platform-tools"
|
D | README_add-ons.txt | 2 Drop vendor supplied SDK add-on in this folder.
|
D | post_tools_install.bat | 16 rem This script is called by the SDK Manager once a new version of the tools 34 set src=SDK Manager.exe 50 set old_dst=..\..\SDK Setup.exe
|
/sdk/docs/ |
D | howto_use_cupcake_sdk.txt | 1 Subject: How to build use a Cupcake Android SDK & ADT Eclipse plugin. 40 This explains how to use the "new" SDK provided starting with cupcake. 41 The new SDK has as a different structure than the pre-cupcake ones. 44 - The new SDK does not work with older Eclipse plugins (ADT 0.8) 53 First you will need to grab the zip of the SDK for your platform or build it 57 Unzip the SDK somewhere. We'll call that directory "SDK" in command-line 100 the new SDK folder that you unzipped in paragraph 2. 113 The SDK comes with a 1.5 platform. Select it and close the properties panel. 135 capabilities of the new SDK. 169 $ SDK/tools/android update project --path /path/to/my-project [all …]
|
D | howto_build_SDK.txt | 16 Subject: How to build an Android SDK & ADT Eclipse plugin. 24 2- Building an SDK for MacOS and Linux 25 3- Building an SDK for Windows 55 This document explains how to build the Android SDK and the ADT Eclipse plugin. 65 2- Building an SDK for MacOS and Linux 80 Then once you have all the source, simply build the SDK using: 90 Package SDK: out/host/darwin-x86/sdk/android-sdk_eng.<build-id>_mac-x86.zip 110 3- Building an SDK for Windows 113 Full Windows SDK builds are now only supported on Linux -- most of the framework is 114 not designed to be built on Windows so technically the Windows SDK is build on top [all …]
|
D | howto_SDK_git_cygwin.txt | 37 Android source code under Windows. You can only build the SDK tools for 58 Note: if you want to build the SDK, check the howto_build_SDK.txt file 103 the Windows SDK.
|
/sdk/testapps/ |
D | README.txt | 1 This repository contains test applications used by the SDK automated tests. 3 These are not meant to be packaged with the SDK.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
D | messages.properties | 13 AndroidPreferencePage_SDK_Location_=SDK Location: 14 AndroidPreferencePage_ERROR_Reserved_Char=Reserved characters ',' and ';' cannot be used in the SDK…
|
/sdk/build/ |
D | tools.windows.atree | 18 # These are the files that comprise the tools component of the Windows SDK. 103 # Copy the AVD & SDK Manager (aka avd/sdklauncher) to the root of the SDK as 104 # well as in SDK/tools/lib (so that tools updates can update the root one too) 106 bin/sdklauncher.exe "SDK Manager.exe" 108 bin/sdklauncher.exe "tools/lib/SDK Manager.exe"
|
D | tools.linux.atree | 18 # These are the files that comprise the Linux tools component of the SDK.
|
D | tools.darwin.atree | 18 # These are the files that comprise the MacOS X tools component of the SDK.
|
D | tools.atree | 18 # These are the files that comprise the tools component of the SDK. 25 # version files for the SDK updater, from sdk.git 64 # Java-Based SDK Tools 168 # SDK Controller
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/ |
D | README.txt | 1 This directory contains the XML Schemas (XSD) used by the Android SDK Repository. 3 The repository exports all the packages that compose the SDK as well as
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
D | README.txt | 6 3. Run the functional tests as a full "eclipse plugin" suite (require a real SDK) 8 The unit tests are isolated tests that do not require external dependencies such as an SDK. 9 The functional tests are higher level tests that may require a real SDK. 83 B - Setup an SDK on host machine, that is compatible with the Eclipse ADT plugins under test 93 Add a "sdk_home" environment variable, setting its path to the SDK from step B
|
/sdk/ |
D | changes.txt | 1 Change log for Android SDK Tools. 6 * the location of the SDK can now be set through the ANDROID_HOME 137 - Fix "folder locked" errors when installing packages in SDK Manager on Windows. 138 - Support https proxy when installing from SDK Manager. 139 - SDK Manager now suggests to install missing base platform for add-ons. 149 - New SDK component: platform-tools. This makes all platforms use the same 169 - Headless SDK update. See 'android -h update sdk' for more info. 182 - AVD/SDK Manager: 183 - Fixed SSL download for the standalone version of the SDK Updater.
|
/sdk/layoutlib_api/sample/src/com/example/android/render/ |
D | Main.java | 56 private final static String SDK = "...<insert>..."; field in Main 64 File f = new File(SDK + "/platforms/android-3.1"); in main()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | build_messages.properties | 26 No_SDK_Setup_Error=SDK directory has not been setup. Please go to the Android preferences and enter… 55 ApkBuilder_UnableBuild_Dex_Not_loaded=Unable to build: the file dx.jar was not loaded from the SDK …
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/apicheck/ |
D | ApiTargetTest.java.txt | 12 // No annotation: should generate warning if manifest SDK < 8
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | manifest-expected-completion16.txt | 15 uses-sdk : The "uses-sdk" tag describes the SDK features that the containing package must be runni…
|
/sdk/find_java/ |
D | find_java.bat | 44 echo You can find the complete Android SDK requirements here:
|
/sdk/emulator/opengl/ |
D | DESIGN | 243 impractical with the way the Android SDK is branched, and didn't support the
|