Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 645 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 645 Bytes

ApkExtractor

A simplify Apk extractor,build with React Native

Dependencies:react-native-tab-view

demo.gif

Quick Start

Prerequisites

Installation

For User

Please download the lastest release

For developer

cd ApkExtractorRN/
yarn
cd android/
./gradlew buildRelease
cd ..
adb install dist/vx.x.x/android/x.apk

Enjoy yourself :)