A tool for reverse engineering Android apk files
Go to file
Stephan Schmitz 98ed17ca9d Windows build fix (skip checking files in /values* for test application).
I didn't tracked down where the issue comes from and whether this is expected behaviour (actually I doubt). But when building on Windows, the test trys to create a strings.xml in "values-mcc004-mnc4-en-rUS-ldrtl-sw100dp-w200dp-h300dp-xlarge-long-land-desk-night-xhdpi-finger-keyssoft-12key-navhidden-dpad". This exceeds the max length for file/directory names in Windows and therefore the build aborts.

Because this was currently the only issue that breaks building on Windows (when 073019fa54 is applied), this workaround should do the trick (for now).
2013-11-18 13:42:46 +01:00
brut.apktool Windows build fix (skip checking files in /values* for test application). 2013-11-18 13:42:46 +01:00
brut.apktool.smali Merge of cross-platform fix for smali's AnalysisTest.java 2013-11-18 13:31:07 +01:00
brut.j.common cleaning up gradle build files, removing proguard 2013-01-16 19:18:32 -06:00
brut.j.dir fixes #439 2013-04-06 12:50:42 -05:00
brut.j.util add returnOS() to OS, to help identify unknown aapt OS's 2013-09-17 21:52:35 -05:00
gradle/wrapper update to gradle 1.8 2013-10-11 11:47:08 -05:00
scripts fix locale problem on windows, due to launch script 2013-11-14 06:35:30 -06:00
.gitignore Added /out to .gitignore . 2013-05-02 17:49:29 +02:00
build.gradle 2.0.0b8 2013-11-05 22:36:16 -06:00
CHANGES fix locale problem on windows, due to launch script 2013-11-14 06:35:30 -06:00
gradlew Updated Gradle to 1.3 and updated CHANGES to reflect the PR1 release 2012-11-26 23:15:17 -06:00
gradlew.bat Updated Gradle to 1.3 and updated CHANGES to reflect the PR1 release 2012-11-26 23:15:17 -06:00
README.md update readme 2013-06-12 10:33:47 -05:00
settings.gradle adjust build.gradle to handle apktool / dexlib2 2013-08-12 09:16:50 -05:00