adb uninstall <package_name>
can be used to uninstall an app via your PC. If you want this to happen automatically every time you launch your app via Android Studio, you can do this:
- In Android Studio, click the drop down list to the left of Run button, and select Edit configurations…
- Click on app under Android Application, and in General Tab, find the heading ‘Before Launch’
- Click the + button, select Run external tool, click the + button in the popup window.
- Give some name (Eg adb uninstall) and description, and type
adb
in Program: anduninstall <your-package-name>
in Parameters:. Make sure that the new item is selected when you click Ok in the popup window.
Note: If you do not have adb in your PATH environment variable, give the full path to adb in Program: field (eg /home/user/android/sdk/platform-tools/adb).
Related Posts:
- Default Activity not found in Android Studio
- Android Studio AVD – Emulator: Process finished with exit code 1
- Android Studio 3.2 – Could not find com.android.tools.build:aapt2:3.2.0-4818971
- Gradle error: Write access is allowed from event dispatch thread only in Android Studio
- “unable to locate adb” using Android Studio [duplicate]
- “unable to locate adb” using Android Studio [duplicate]
- ADB.exe is obsolete and has serious performance problems
- Where is adb.exe in windows 10 located?
- What is Gradle in Android Studio?
- Android Studio Could not initialize class org.codehaus.groovy.runtime.InvokerHelper
- Enable VT-x in your BIOS security settings (refer to documentation for your computer)
- “Default Activity Not Found” on Android Studio upgrade
- I am getting error: Configuration ‘compile’ is obsolete and has been replaced with ‘implementation’. It will be removed at the end of 2018
- ERROR Android emulator gets killed
- Change project name on Android Studio
- Execution failed for task ‘:app:processDebugResources’ even with latest build tools
- Set adb vendor keys
- how to overcome Android Studio cannot resolve symbol for android classes
- Execution failed app:processDebugResources Android Studio
- Session ‘app’: Error Installing APK
- Android Studio Run/Debug configuration error: Module not specified
- Could not find or load main class org.gradle.wrapper.GradleWrapperMain
- Android – could not install *smartsocket* listener
- “Failed to install the following Android SDK packages as some licences have not been accepted” error
- A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution
- ADK vs JDK vs SDK difference?
- No matching client found for package name (Google Analytics) – multiple productFlavors & buildTypes
- How can I fix “Design editor is unavailable until a successful build” error?
- Why is Android Studio reporting “URI is not registered”?
- Error while waiting for device: Time out after 300seconds waiting for emulator to come online
- Android Studio: Unable to obtain result of ‘adb version’
- No tests found for given includes Error, when running Parameterized Unit test in Android Studio
- Getting error “The package appears to be corrupt” while installing apk file
- Execution Failed for task :app:compileDebugJavaWithJavac in Android Studio
- How to print to the console in Android Studio?
- “cannot resolve symbol R” in Android Studio
- Error running android: Gradle project sync failed. Please fix your project and try again
- ‘Source code does not match the bytecode’ when debugging on a device
- Execution failed for task ‘:app:compileDebugJavaWithJavac’ Android Studio 3.1 Update
- Error getGoogleAppId failed with status: 10 Android KitKat – GCM and Google Drive
- PANIC: Cannot find AVD system path. Please define ANDROID_SDK_ROOT (in windows 10)
- Error:Execution failed for task ‘:app:transformClassesWithDexForDebug’
- Cannot resolve symbol “Intent”
- Android Studio – How Can I Make an AVD With ARM Instead of HAXM?
- Android Studio : com.android.ide.common.process.ProcessException: Failed to execute aapt
- What does “Failure [INSTALL_FAILED_OLDER_SDK]” mean in Android Studio?
- Why emulator is very slow in Android Studio?
- Android Studio SDK location
- Android Studio SDK location
- Rename package in Android Studio
- Android Studio-No Module
- Application Installation Failed in Android Studio
- Could not automatically detect an ADB binary – Android Studio
- Android Studio 1.2.1.1 – Failed to find style ‘textViewStyle’
- First run of Android Studio. Unable to access Android SDK add-on list
- Why AVD Manager options are not showing in Android Studio
- Android Studio: “Execution failed for task ‘:app:mergeDebugResources’” if project is created on drive C:
- Does anyone know the what’s causing “Package name is not a valid package name” when adding a new layout?
- Android Studio doesn’t see device
- How to completely uninstall Android Studio from windows(v10)?
- Namespace ‘app’ not bound, in Android Studio with external lib from Maven
- Android Studio ERROR: Cannot resolve symbol ‘View’
- DELETE_FAILED_INTERNAL_ERROR Error while Installing APK
- Android Studio : Failed to set EGL_SWAP_BEHAVIOR on surface
- How to project clean in Android Studio?
- Android SDK location should not contain whitespace, as this cause problems with NDK tools
- Unsupported major.minor version 52.0 when rendering in Android Studioandroid android-studio rendering preview
- How to add an image to the “drawable” folder in Android Studio?
- Android Studio is slow (how to speed up)?
- E/AndroidRuntime﹕ FATAL EXCEPTION: main
- Android Studio – Company Domain Name
- How to add a jar in External Libraries in Android Studio?
- Where to place the ‘assets’ folder in Android Studio?
- why android studio show error of “Missing constraints in constraintlayout”?
- Android studio logcat nothing to show
- Remove Project from Android Studio
- Android SDK path not specified
- How to solve failed to find build tools revision 26.0.2?
- Why is the Android emulator screen blank?
- Cannot resolve symbol ‘AppCompatActivity’
- How do I “select Android SDK” in Android Studio?
- Change the project theme in Android Studio?
- How to disable Instant Run for Android Studio 3.0
- Cannot resolve symbol ‘AppCompatActivity’
- Android Studio – Emulator – eglSurfaceAttrib not implemented
- Re-enable “component tree” in Android Studio
- How fix Error:java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException:
- “Gradle Version 2.10 is required.” Error
- Android studio- “SDK tools directory is missing”
- Android Studio – ADB Error – “…device unauthorized. Please check the confirmation dialog on your device.”
- HAX kernel module is not installed
- Failed to find style ‘coordinatorLayoutStyle’ in current theme
- SDK Location not found in android studio
- SDK Location not found in android studio
- ‘App not Installed’ Error on Android
- Search all the occurrences of a string in the entire project in Android Studio
- Disable back button in android
- How to clear gradle cache?
- Detecting a long press with Android
- How can I create simple accordion with Angular 2?