Skip to content
ADTC edited this page Mar 19, 2015 · 5 revisions

Kindly note that you should use API Level 19. It is best if you use ADT Eclipse as it comes pre-installed with Android SDK Manager and required configurations.

Note: The easiest way to download the entire project with all required libraries is to use the command:
git clone --recursive https://github.com/chiehmin/Xposed-NetworkSpeedIndicator.git

Tip: If you face any difficulty, please check out the comment stream here for some tips and pointers that may help you.

XposedLibrary

Version: 54
Download: http://forum.xda-developers.com/xposed/xposed-api-changelog-developer-news-t2714067
Usage: The JAR file is already included in the project (in the lib folder).
Source repo: (for adding as Android Library project - not necessary) https://github.com/rovo89/XposedBridge

ColorPickerPreference

Version: 1.11 (e0a34756f6)
Download: https://github.com/attenzione/android-ColorPickerPreference
Usage: Download the ZIP file, extract the contents of the folder inside the ZIP file into NetworkSpeedIndicator\android-ColorPickerPreference in your workspace. Then import the Android project from that folder (disable Copy projects into workspace; change the name from Test to ColorPickerLibrary in the Import dialog).
Note: After import, it may not compile as it requires API Level 16. You may either install Level 16 SDK or simply change the project properties to use Level 19.

mulsellistprefcompat

Version: 1.0 (3f0915b4fe)
Download: https://github.com/h6ah4i/mulsellistprefcompat
Usage: Download the ZIP file, extract the contents of the folder inside the ZIP file into NetworkSpeedIndicator\mulsellistprefcompat in your workspace. Then import the Android project in NetworkSpeedIndicator\mulsellistprefcompat\lib (disable Copy projects into workspace).

Clone this wiki locally