Searched +refs:android +refs:debug +refs:activity (Results 1 – 4 of 4) sorted by relevance
17 package com.android.ide.eclipse.adt.internal.project;19 import com.android.ide.eclipse.adt.AdtPlugin;20 import com.android.ide.eclipse.adt.internal.launch.LaunchConfigDelegate;24 import org.eclipse.debug.core.DebugPlugin;25 import org.eclipse.debug.core.ILaunchConfiguration;26 import org.eclipse.debug.core.ILaunchConfigurationType;27 import org.eclipse.debug.core.ILaunchConfigurationWorkingCopy;28 import org.eclipse.debug.core.ILaunchManager;96 String activity = config.getAttribute(LaunchConfigDelegate.ATTR_ACTIVITY, in run() local101 if (activity.startsWith(mOldPackage)) { in run()[all …]
17 package com.android.ide.eclipse.adt.internal.launch;19 import com.android.ide.common.xml.ManifestData;20 import com.android.ide.common.xml.ManifestData.Activity;21 import com.android.ide.eclipse.adt.internal.editors.IconFactory;22 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper;23 import com.android.ide.eclipse.adt.internal.project.ProjectChooserHelper;24 import com.android.ide.eclipse.adt.internal.project.ProjectChooserHelper.IProjectChooserFilter;25 import com.android.ide.eclipse.adt.internal.project.ProjectChooserHelper.NonLibraryProjectOnlyFilte…32 import org.eclipse.debug.core.ILaunchConfiguration;33 import org.eclipse.debug.core.ILaunchConfigurationWorkingCopy;[all …]
5 theme references, such as ?android:attr/dividerHeight54 <uses-library>, <activity> etc are placed under the wrong parent.)58 android.webkit.WebSettings.setJavaScriptEnabled.91 addition to a visual refresh offers an activity chooser, a nested106 * To debug an NDK project, just right click and select "Debug As120 * Go to Declaration now works for theme references (?android:attr,273 - Build system: Delay post compiler phase until actual export or debug417 activity and service classes, from Java access of resource R fields428 - Support for true debug build. No need to change the value of432 is set, then release builds will actually do a debug build.[all …]
96 adt.zip (e.g. android-eclipse-<some-id>.zip), select the "Install" button at167 Then use the new "android" tool to create a new build.xml:169 $ SDK/tools/android update project --path /path/to/my-project174 $ SDK/tools/android update project --path .186 Note that the "activitycreator" tool has been replaced by the new "android"189 $ SDK/tools/android create project --path /path/to/my/project --name ProjectName190 --package com.mycompany.myapp --activity MyActivityClass191 --target 1 --mode activity227 to debug or run your applications.237 There is a new tool called "android" in the SDK that lets you know which[all …]