Skip to content

Commit

Permalink
prepare release apk
Browse files Browse the repository at this point in the history
  • Loading branch information
cmzf committed Jan 19, 2020
1 parent 0fa4c3c commit d320ed4
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# Android Inspector
A productive UI layout inspector app for Android and Appium, with embed HTTP server, is an alternative to uiautomatorviewer (monitor.bat).

# Usage
1. Download apk from
[releases page](https://github.com/cmzf/android-inspector/releases),
and install it.
2. Click "START" button, and grant capture screen and accessibility
permissions for Inspector.
3. Connect your PC and mobile in the same WIFI, or adb forward over a
USB connection, then open the URL.

# Screenshots
![screen 1](screenshots/1.jpg)

![screen 2](screenshots/2.jpg)

![screen 3](screenshots/3.jpg)
9 changes: 7 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@ android {
applicationId "com.github.cmzf.androidinspector"
minSdkVersion 26
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionCode 200119
versionName "2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "${variant.applicationId}-${variant.name}-${variant.versionName}-${variant.versionCode}.apk"
}
}
}
}
compileOptions {
Expand Down
Binary file added screenshots/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d320ed4

Please sign in to comment.