Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit c12cfd0

Browse files
authored
Update README.md
1 parent 47d7903 commit c12cfd0

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Follow the shark on twitter [@ItsClassyshark](https://twitter.com/ItsClassyshark
66

77
ClassyShark is a standalone tool for Android developers. It can reliably browse any Android executable and show important info such as class interfaces and members, dex counts and dependencies. The browser supports multiple formats including libraries (.dex, .aar, .so), executables (.apk, .jar, .class) and all Android binary xmls: AndroidManifest, resources, layouts etc'.
88

9-
### Learn more
10-
www.classyshark.com
9+
### User Guide
10+
[User Guide] (https://github.com/borisf/classyshark-user-guide)
1111

12-
### Command line
13-
[Command line reference] (https://github.com/google/android-classyshark/blob/master/CommandLine.pdf)
12+
### Command-line
13+
[Command-line reference] (https://github.com/google/android-classyshark/blob/master/CommandLine.pdf)
1414

1515
### ClassyShark APIs (as jar)
1616
The following [sample] (https://github.com/google/android-classyshark/tree/master/Samples) shows how to use ClassyShark APIs in your build or integration process
@@ -20,15 +20,6 @@ The following [sample] (https://github.com/google/android-classyshark/tree/maste
2020
To run, grab the latest jar from [here] (https://github.com/google/android-classyshark/releases)
2121
and type `java -jar ClassyShark.jar`.
2222

23-
## Start developing
24-
### Android
25-
26-
Clone this repository and import the `ClassySharkAndroid` folder in Android Studio.
27-
28-
### Desktop
29-
30-
Clone this repository and import the `ClassySharkWS` folder in your favorite IDE. For releases [RetroBuild](https://github.com/borisf/RetroBuild), a fast jar build system is used.
31-
3223
## Dependencies
3324
* [dexlib2](https://github.com/JesusFreke/smali/tree/master/dexlib2) by jesusfreke
3425
* [guava](https://github.com/google/guava) by Google

0 commit comments

Comments
 (0)