You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building resources with error : Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1)
#1425
Closed
TomorrowX opened this issue
Feb 8, 2017
· 5 comments
Information
2.2.2
) -Stacktrace/Logcat
Steps to Reproduce
compileSdkVersion 25
buildToolsVersion "25.0.2"
minSdkVersion 16
targetSdkVersion 25
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.0.1'
testCompile 'junit:junit:4.12'
}
NOTTHING ELSE
3.java -jar ./apktool.jar b app-debug
Frameworks
No
APK
If this APK can be freely shared, please upload/attach a link to it.
file:app-debug.apk . https://pan.cloudhua.com/s/dvkqBk8xRxI
Questions to ask before submission
apktool d
,apktool b
without changing anything? YESThe text was updated successfully, but these errors were encountered: