Skip to content

Automatically exported from code.google.com/p/androidlogcatviewer

Notifications You must be signed in to change notification settings

eric100lin/androidlogcatviewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

androidlogcatviewer

exported from code.google.com/p/androidlogcatviewer

How to build on Windows

cd LogcatOfflineView
MKDIR classes
javac -d classes -sourcepath src -cp classes;lib\*;lib\x86_64\* src\com\logcat\offline\*.java
jar cfe AndroidLogcatViewer.jar com.logcat.offline.Main -C classes com -C src images

Unzip all libs in lib*.jar, lib\x86_64*.jar and zip all contents into AndroidLogcatViewer.jar

jar ufe AndroidLogcatViewer.jar com.logcat.offline.Main
java -jar AndroidLogcatViewer.jar
RMDIR /Q /S classes

Licenses

http://www.apache.org/licenses/LICENSE-2.0

About

Automatically exported from code.google.com/p/androidlogcatviewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%