Home
last modified time | relevance | path

Searched refs:apk (Results 1 – 21 of 21) sorted by relevance

/sdk/files/
Dandroid.el86 (defun android-install-app (apk)
95 (setq android-apk apk)
96 (compile (format "adb install -r %s" apk)))
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dnewstyles5-expected-extract4.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles6-expected-extract5.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles-expected-extract1.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles2-expected-extract1b.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles3-expected-extract1c.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles4-expected-extract1d.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles4-expected-extract3.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles8-expected-extract7.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles3-expected-extract8.diff5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dnewstyles7-expected-extract6.diff4 > <resources xmlns:android="http://schemas.android.com/apk/res/android">
Dsample8-expected-extract7.diff3 - xmlns:android="http://schemas.android.com/apk/res/android"
23 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Dnewlayout6-expected-extract6.diff5 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="w…
Dnewlayout6-expected-extract7.diff3 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Dsample7-expected-extract7.diff2 - <LinearLayout android:id="@+id/LinearLayout2" xmlns:android="http://schemas.android.com/apk/res/a…
16 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Dsample1a-expected-extract7.diff2 - <LinearLayout android:id="@+id/LinearLayout2" xmlns:android="http://schemas.android.com/apk/res/a…
12 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Dcompletion11-expected-complation79.txt8 …d look like: <pre>&lt;manifest xmlns:android="http://schemas.android.com/apk/res/android" …
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java217 IFile apk = ProjectHelper.getApplicationPackage(project); in doLaunch() local
218 if (apk == null) { in doLaunch()
224 device.installPackage(apk.getLocation().toOSString(), true); in doLaunch()
/sdk/eclipse/
Ddictionary.txt16 apk
Dchanges.txt12 getting bundled with the .apk
541 - Ability to export multiple apk from one project, using resource
813 - Fixed a case where the .apk file would be updated with broken
814 code. Now if there are java compile error, the .apk is not touched.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java299 public void launch(final IProject project, String mode, IFile apk, in launch() argument
310 debugPackageName, launchAction, apk, debuggable, requiredApiVersionNumber, launch, in launch()
1079 IFile apk = ProjectHelper.getApplicationPackage(androidProject.getProject()); in getDependenciesLaunchInfo() local
1080 if (apk == null) { in getDependenciesLaunchInfo()
1091 apk, in getDependenciesLaunchInfo()