项目作者: parshav

项目描述 :
Android studio plugin to display the current Activity.
高级语言: Kotlin
项目地址: git://github.com/parshav/kwick-activity.git
创建时间: 2019-03-09T19:16:54Z
项目社区:https://github.com/parshav/kwick-activity

开源协议:MIT License

下载


kwick Activity

A simple Android Studio plugin that displays the current focused activity
on a connected device/emulator.

Link to the plugin.

How to use

After installing the plugin, there will be an option under the Tools menu
titled kwick Activity that looks something like this :

Clicking it will display the focused activity in the bottom right Notification tray.

Errors

The plugin runs an ADB command to find the focused activity. Make sure there is only a single debuggable
device connected and available to adb.

The possible errors this plugin will display are ->

  • Could not find adb. : Android sdk is not found from the project.
  • Error running adb command : : adb path is found but
    some error occurred when running the adb command. Error message is followed
    by the hyphen.
  • Could not find activity. : The adb command was run but no activities were found.