Searched refs:apk (Results 1 – 21 of 21) sorted by relevance
/sdk/files/ |
D | android.el | 86 (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/ |
D | newstyles5-expected-extract4.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles6-expected-extract5.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles-expected-extract1.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles2-expected-extract1b.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles3-expected-extract1c.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles4-expected-extract1d.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles4-expected-extract3.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles8-expected-extract7.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles3-expected-extract8.diff | 5 + <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | newstyles7-expected-extract6.diff | 4 > <resources xmlns:android="http://schemas.android.com/apk/res/android">
|
D | sample8-expected-extract7.diff | 3 - xmlns:android="http://schemas.android.com/apk/res/android" 23 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
D | newlayout6-expected-extract6.diff | 5 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="w…
|
D | newlayout6-expected-extract7.diff | 3 + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
D | sample7-expected-extract7.diff | 2 - <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"
|
D | sample1a-expected-extract7.diff | 2 - <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"
|
D | completion11-expected-complation79.txt | 8 …d look like: <pre><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/ |
D | NdkGdbLaunchDelegate.java | 217 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/ |
D | dictionary.txt | 16 apk
|
D | changes.txt | 12 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/ |
D | AndroidLaunchController.java | 299 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()
|