Advertisement
Guest User

Untitled

a guest
Oct 14th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. I: Using Apktool 2.1.1
  2. I: Copying /home/lakeba13/workspace/LakebaSecurityFrameworkMobile/SecureApk/debug/app-demo-release classes.dex file...
  3. I: Building resources...
  4. W: /home/lakeba13/workspace/LakebaSecurityFrameworkMobile/SecureApk/debug/app-demo-release/res/values-v24/styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Animation.OptionsPanel'.
  5. W:
  6. W: /home/lakeba13/workspace/LakebaSecurityFrameworkMobile/SecureApk/debug/app-demo-release/res/values-v24/styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Animation.LockScreen'.
  7. W:
  8. Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [/tmp/brut_util_Jar_1478810839657812213.tmp, p, --forced-package-id, 127, --min-sdk-version, 15, --target-sdk-version, 22, --version-code, 6, --version-name, 1.0.5-debug, -F, /tmp/APKTOOL7363633357993529625.tmp, -0, arsc, -0, woff2, -0, assets/io/michaelrocks/libphonenumber/android/data/PhoneNumberAlternateFormatsProto_66, -0, arsc, -I, /home/lakeba13/workspace/LakebaSecurityFrameworkMobile/SecureApk/debug/apktool/framework/1.apk, -S, /home/lakeba13/workspace/LakebaSecurityFrameworkMobile/SecureApk/debug/app-demo-release/res, -M, /home/lakeba13/workspace/LakebaSecurityFrameworkMobile/SecureApk/debug/app-demo-release/AndroidManifest.xml]
  9. at brut.androlib.Androlib.buildResourcesFull(Androlib.java:437)
  10. at brut.androlib.Androlib.buildResources(Androlib.java:371)
  11. at brut.androlib.Androlib.build(Androlib.java:281)
  12. at brut.androlib.Androlib.build(Androlib.java:254)
  13. at brut.apktool.Main.cmdBuild(Main.java:224)
  14. at brut.apktool.Main.main(Main.java:84)
  15.  
  16. <?xml version="1.0" encoding="utf-8"?>
  17. <resources>
  18. <style name="TextAppearance.AppCompat.Notification.Info.Media" parent="@style/TextAppearance.AppCompat.Notification.Info" />
  19. <style name="TextAppearance.AppCompat.Notification.Media" parent="@style/TextAppearance.AppCompat.Notification" />
  20. <style name="TextAppearance.AppCompat.Notification.Time.Media" parent="@style/TextAppearance.AppCompat.Notification.Time" />
  21. <style name="TextAppearance.AppCompat.Notification.Title.Media" parent="@style/TextAppearance.AppCompat.Notification.Title" />
  22. <style name="Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored" parent="@android:style/Animation.OptionsPanel" />
  23. <style name="Base.TextAppearance.AppCompat.Widget.Button.Colored" parent="@android:style/Animation.LockScreen" />
  24. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement