Tag: Address plugin www BSP Lin tool row using nbsp
Http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0308/4036.html
An ADB plug-in that improves development efficiency: adb idea bubbles online Day/article posted on 2016-03-08 11:14 No. 5636 Time ReadADB, Plugins
Editor's recommendation: Rare earth nuggets, which is an application for technology developers, you can get the latest and best technical dry goods in the Nuggets, not only Android knowledge, front end, back end so that product and design are covered, want to be a friend of the whole stack of engineers do not miss!
When developing debugging, we often need to empty the data from the current project app to test when the user first opens the app.
Usually we need to do this in a couple of steps in the setup. Especially in the test machine, because there are too many demos, it is difficult to find your own app.
Let's introduce an Android studio plugin that will solve the problem quickly: ADB idea.
ADB idea is an open source project, address: Https://github.com/pbreault/adb-idea. There are project introduction and installation methods.
Installation
I am here to directly introduce the online installation method OK.
Open References/settings->plugins->browse repositories, enter ADB in the input box, and select ADB idea in the list. Click Install.
Restart Android Studio after installation to use it.
Use
In the Android Studio menu, choose Tools->android->adb idea->adbxxx, such as:
You can see that ADB idea has several functions, all starting with ADB.
One of the ADB clear app data is the erase app. You can also try several other features.
Attention
All of these actions are for the app that is currently open for the project. If you do not have this app on the currently debugged machine, the error message will appear in the upper right corner of Android Studio:
At last
If you feel that navigating to the tool with a menu is not fast enough, you can use Ctrl-shift-a (or ctrl-alt-shift-a on Linux and Windows) to enter ADB directly in the popup dialog box to find the relevant action.
Android Studio Empty Cache plugin