Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with APK Build files? #36

Closed
fauly opened this issue Oct 16, 2020 · 8 comments
Closed

Error with APK Build files? #36

fauly opened this issue Oct 16, 2020 · 8 comments

Comments

@fauly
Copy link

fauly commented Oct 16, 2020

Unsure how active you're all currently! Here is an error I run into whenever building a client, any clues?

D:\fauly\dev\opsec\AndroRAT>python androRAT.py --build -i 192.168.1.236 -p 8000 -o evil.apk Generating apk file W: fakeLogOpen(/dev/log_stats) failed W: D:\fauly\dev\opsec\AndroRAT\Compiled_apk_files\res\values-v26\styles.xml:14: error: Error: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'. W: brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\Users\fauly\AppData\Local\Temp\brut_util_Jar_4991560649033101140.tmp, p, --forced-package-id, 127, --min-sdk-version, 16, --target-sdk-version, 22, --version-code, 1, --version-name, 1.0, --no-version-vectors, -F, C:\Users\fauly\AppData\Local\Temp\APKTOOL3942104992599574233.tmp, -e, C:\Users\fauly\AppData\Local\Temp\APKTOOL7164257222819156857.tmp, -0, arsc, -I, C:\Users\fauly\AppData\Local\apktool\framework\1.apk, -S, D:\fauly\dev\opsec\AndroRAT\Compiled_apk_files\res, -M, D:\fauly\dev\opsec\AndroRAT\Compiled_apk_files\AndroidManifest.xml] Building Failed

@karma9874
Copy link
Owner

Use java 8

@fauly
Copy link
Author

fauly commented Oct 17, 2020

Use java 8

I did. I also installed android studio - specifically to fix this issue along with every SDK from the past 4 years.

@karma9874
Copy link
Owner

My guess is that you somehow edited some parts of smali files so now while building it's not recognizing it so I suggest you download the whole project fresh and try again. 😅

@fauly
Copy link
Author

fauly commented Oct 17, 2020

My guess is that you somehow edited some parts of smali files so now while building it's not recognizing it so I suggest you download the whole project fresh and try again. 😅

Already have tried redownloading twice and checked with git diff whether any files where different - nothing except the ip and port were different :(

@karma9874
Copy link
Owner

Which java version are you using currently and OS?

@fauly
Copy link
Author

fauly commented Oct 19, 2020

Which java version are you using currently and OS?

Java 8.

@por4vor
Copy link

por4vor commented Nov 1, 2020

I have a problem too with building the apk:

W: W/ziparchive( 4348): Unable to open 'C:\Users\Κώστας\AppData\Local\apktool\framework\1.apk': Illegal byte sequence
W: W/zipro ( 4348): Error opening archive C:\Users\Κώστας\AppData\Local\apktool\framework\1.apk: I/O error
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:13: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:14: error: Error: No resource found that matches the given name: attr 'android:layout'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:22: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Animation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:23: error: Error: No resource found that matches the given name: attr 'android:windowEnterAnimation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:24: error: Error: No resource found that matches the given name: attr 'android:windowExitAnimation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:26: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Animation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:27: error: Error: No resource found that matches the given name: attr 'android:windowEnterAnimation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:28: error: Error: No resource found that matches the given name: attr 'android:windowExitAnimation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:30: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Animation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:31: error: Error: No resource found that matches the given name: attr 'android:windowEnterAnimation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:32: error: Error: No resource found that matches the given name: attr 'android:windowExitAnimation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:34: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:36: error: Error: No resource found that matches the given name: attr 'android:maxLines'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:37: error: Error: No resource found that matches the given name: attr 'android:scrollHorizontally'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:35: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:39: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:40: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:41: error: Error: No resource found that matches the given name: attr 'android:paddingLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:43: error: Error: No resource found that matches the given name: attr 'android:paddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:42: error: Error: No resource found that matches the given name: attr 'android:paddingTop'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:45: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:47: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:48: error: Error: No resource found that matches the given name: attr 'android:textColorHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:49: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:50: error: Error: No resource found that matches the given name: attr 'android:textColorLink'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:46: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:54: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:53: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:4: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Body1'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:58: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:57: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:5: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Body2'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:63: error: Error: No resource found that matches the given name: attr 'android:textAllCaps'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:62: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:61: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:6: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Button'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:67: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:66: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Caption'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:71: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:70: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Display1'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:75: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:74: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:9: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Display2'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:79: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:78: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:10: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Display3'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:83: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:82: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:11: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Display4'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:87: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:86: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:12: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Headline'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:90: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:91: error: Error: No resource found that matches the given name: attr 'android:textColorHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:92: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:93: error: Error: No resource found that matches the given name: attr 'android:textColorLink'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:13: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Inverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:97: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:96: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:14: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Large'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:100: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:101: error: Error: No resource found that matches the given name: attr 'android:textColorHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:102: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:103: error: Error: No resource found that matches the given name: attr 'android:textColorLink'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:15: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Large.Inverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:121: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.PopupMenu.Large'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:122: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.PopupMenu.Small'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:107: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:106: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:16: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Medium'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:110: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:111: error: Error: No resource found that matches the given name: attr 'android:textColorHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:112: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:113: error: Error: No resource found that matches the given name: attr 'android:textColorLink'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:17: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Medium.Inverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:117: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:116: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:18: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Menu'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:121: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:122: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:120: error: Error: No resource found that matches the given name: attr 'android:textStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:126: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:125: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:19: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.SearchResult.Subtitle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:129: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:20: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.SearchResult.Title'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:133: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:132: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:21: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Small'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:136: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:137: error: Error: No resource found that matches the given name: attr 'android:textColorHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:138: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:139: error: Error: No resource found that matches the given name: attr 'android:textColorLink'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:22: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Small.Inverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:143: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:142: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:23: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Subhead'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:146: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:147: error: Error: No resource found that matches the given name: attr 'android:textColorHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:148: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:149: error: Error: No resource found that matches the given name: attr 'android:textColorLink'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:153: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:152: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:24: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Title'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:156: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:157: error: Error: No resource found that matches the given name: attr 'android:textColorHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:158: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:159: error: Error: No resource found that matches the given name: attr 'android:textColorLink'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:162: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:165: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v23\styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.ActionBar.Menu'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:170: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:169: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:25: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.ActionBar.Subtitle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:174: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:173: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:26: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.ActionBar.Subtitle.Inverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:178: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:177: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:27: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.ActionBar.Title'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:182: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:181: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:28: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.ActionBar.Title.Inverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:29: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.ActionMode.Subtitle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:30: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.ActionMode.Title'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:31: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.Button'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:188: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v24\styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.Button.Borderless.Colored'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:191: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v24\styles.xml:4: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.Button.Colored'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:194: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v23\styles.xml:4: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.Button.Inverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:196: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Small'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:197: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:201: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:200: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:35: error: Error: No resource found that matches the given name: attr 'android:fontFamily'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:34: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:33: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:37: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.PopupMenu.Large'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:38: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.PopupMenu.Small'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:39: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Button'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:40: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.TextView.SpinnerItem'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:207: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Medium'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:208: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:41: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.ActionBar.Subtitle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:42: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Widget.ActionBar.Title'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:216: error: Error: No resource found that matches the given name: attr 'android:itemTextAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:214: error: Error: No resource found that matches the given name: attr 'android:listViewStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:215: error: Error: No resource found that matches the given name: attr 'android:windowAnimationStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-watch-v20\styles.xml:4: error: Error: No resource found that matches the given name: attr 'android:windowIsFloating'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-watch-v21\styles.xml:5: error: Error: No resource found that matches the given name: attr 'android:windowElevation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-watch-v21\styles.xml:4: error: Error: No resource found that matches the given name: attr 'android:windowIsFloating'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:220: error: Error: No resource found that matches the given name: attr 'android:windowMinWidthMajor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:221: error: Error: No resource found that matches the given name: attr 'android:windowMinWidthMinor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:230: error: Error: No resource found that matches the given name: attr 'android:windowMinWidthMajor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:231: error: Error: No resource found that matches the given name: attr 'android:windowMinWidthMinor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-watch-v20\styles.xml:7: error: Error: No resource found that matches the given name: attr 'android:windowIsFloating'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-watch-v21\styles.xml:9: error: Error: No resource found that matches the given name: attr 'android:windowElevation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-watch-v21\styles.xml:8: error: Error: No resource found that matches the given name: attr 'android:windowIsFloating'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:245: error: Error: No resource found that matches the given name: attr 'android:windowMinWidthMajor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:246: error: Error: No resource found that matches the given name: attr 'android:windowMinWidthMinor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:255: error: Error: No resource found that matches the given name: attr 'android:windowMinWidthMajor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:256: error: Error: No resource found that matches the given name: attr 'android:windowMinWidthMinor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:266: error: Error: No resource found that matches the given name: attr 'android:colorBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:279: error: Error: No resource found that matches the given name: attr 'android:colorBackgroundCacheHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:265: error: Error: No resource found that matches the given name: attr 'android:colorForeground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:276: error: Error: No resource found that matches the given name: attr 'android:colorForegroundInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:274: error: Error: No resource found that matches the given name: attr 'android:textColorHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:275: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:272: error: Error: No resource found that matches the given name: attr 'android:textColorHintInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:267: error: Error: No resource found that matches the given name: attr 'android:textColorPrimary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:268: error: Error: No resource found that matches the given name: attr 'android:textColorPrimaryDisableOnly'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:270: error: Error: No resource found that matches the given name: attr 'android:textColorPrimaryInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:269: error: Error: No resource found that matches the given name: attr 'android:textColorSecondary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:271: error: Error: No resource found that matches the given name: attr 'android:textColorSecondaryInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:277: error: Error: No resource found that matches the given name: attr 'android:textColorTertiary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:278: error: Error: No resource found that matches the given name: attr 'android:textColorTertiaryInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:273: error: Error: No resource found that matches the given name: attr 'android:windowBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-watch-v20\styles.xml:10: error: Error: No resource found that matches the given name: attr 'android:windowIsFloating'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-watch-v21\styles.xml:13: error: Error: No resource found that matches the given name: attr 'android:windowElevation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-watch-v21\styles.xml:12: error: Error: No resource found that matches the given name: attr 'android:windowIsFloating'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:293: error: Error: No resource found that matches the given name: attr 'android:windowMinWidthMajor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:294: error: Error: No resource found that matches the given name: attr 'android:windowMinWidthMinor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:298: error: Error: No resource found that matches the given name: attr 'android:colorBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:312: error: Error: No resource found that matches the given name: attr 'android:colorBackgroundCacheHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:297: error: Error: No resource found that matches the given name: attr 'android:colorForeground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:308: error: Error: No resource found that matches the given name: attr 'android:colorForegroundInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:306: error: Error: No resource found that matches the given name: attr 'android:textColorHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:307: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:304: error: Error: No resource found that matches the given name: attr 'android:textColorHintInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:299: error: Error: No resource found that matches the given name: attr 'android:textColorPrimary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:300: error: Error: No resource found that matches the given name: attr 'android:textColorPrimaryDisableOnly'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:302: error: Error: No resource found that matches the given name: attr 'android:textColorPrimaryInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:311: error: Error: No resource found that matches the given name: attr 'android:textColorPrimaryInverseDisableOnly'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:301: error: Error: No resource found that matches the given name: attr 'android:textColorSecondary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:303: error: Error: No resource found that matches the given name: attr 'android:textColorSecondaryInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:309: error: Error: No resource found that matches the given name: attr 'android:textColorTertiary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:310: error: Error: No resource found that matches the given name: attr 'android:textColorTertiaryInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:305: error: Error: No resource found that matches the given name: attr 'android:windowBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:130: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:126: error: Error: No resource found that matches the given name: attr 'android:colorButtonNormal'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:125: error: Error: No resource found that matches the given name: attr 'android:colorControlActivated'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:127: error: Error: No resource found that matches the given name: attr 'android:colorControlHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:124: error: Error: No resource found that matches the given name: attr 'android:colorControlNormal'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:128: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:129: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:159: error: Error: No resource found that matches the given name: attr 'android:windowElevation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:168: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:164: error: Error: No resource found that matches the given name: attr 'android:colorButtonNormal'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:163: error: Error: No resource found that matches the given name: attr 'android:colorControlActivated'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:165: error: Error: No resource found that matches the given name: attr 'android:colorControlHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:162: error: Error: No resource found that matches the given name: attr 'android:colorControlNormal'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:166: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:167: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:197: error: Error: No resource found that matches the given name: attr 'android:windowElevation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:200: error: Error: No resource found that matches the given name: attr 'android:windowElevation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v26\styles.xml:14: error: Error: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v26\styles.xml:13: error: Error: No resource found that matches the given name: attr 'android:touchscreenBlocksFocus'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:323: error: Error: No resource found that matches the given name: attr 'android:dropDownItemStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:322: error: Error: No resource found that matches the given name: attr 'android:dropDownListViewStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:321: error: Error: No resource found that matches the given name: attr 'android:panelBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:324: error: Error: No resource found that matches the given name: attr 'android:spinnerItemStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:325: error: Error: No resource found that matches the given name: attr 'android:textAppearanceButton'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:450: error: Error: No resource found that matches the given name: attr 'android:backgroundDimEnabled'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:453: error: Error: No resource found that matches the given name: attr 'android:borderlessButtonStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:454: error: Error: No resource found that matches the given name: attr 'android:buttonBarStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:441: error: Error: No resource found that matches the given name: attr 'android:colorBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:452: error: Error: No resource found that matches the given name: attr 'android:colorBackgroundCacheHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:449: error: Error: No resource found that matches the given name: attr 'android:listDivider'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:448: error: Error: No resource found that matches the given name: attr 'android:windowAnimationStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:442: error: Error: No resource found that matches the given name: attr 'android:windowBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:455: error: Error: No resource found that matches the given name: attr 'android:windowCloseOnTouchOutside'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:445: error: Error: No resource found that matches the given name: attr 'android:windowContentOverlay'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:443: error: Error: No resource found that matches the given name: attr 'android:windowFrame'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:444: error: Error: No resource found that matches the given name: attr 'android:windowIsFloating'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:451: error: Error: No resource found that matches the given name: attr 'android:windowSoftInputMode'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:447: error: Error: No resource found that matches the given name: attr 'android:windowTitleBackgroundStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:446: error: Error: No resource found that matches the given name: attr 'android:windowTitleStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:464: error: Error: No resource found that matches the given name: attr 'android:dropDownItemStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:463: error: Error: No resource found that matches the given name: attr 'android:dropDownListViewStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:462: error: Error: No resource found that matches the given name: attr 'android:panelBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:465: error: Error: No resource found that matches the given name: attr 'android:spinnerItemStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:466: error: Error: No resource found that matches the given name: attr 'android:textAppearanceButton'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:591: error: Error: No resource found that matches the given name: attr 'android:backgroundDimEnabled'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:594: error: Error: No resource found that matches the given name: attr 'android:borderlessButtonStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:595: error: Error: No resource found that matches the given name: attr 'android:buttonBarStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:582: error: Error: No resource found that matches the given name: attr 'android:colorBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:593: error: Error: No resource found that matches the given name: attr 'android:colorBackgroundCacheHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:590: error: Error: No resource found that matches the given name: attr 'android:listDivider'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:589: error: Error: No resource found that matches the given name: attr 'android:windowAnimationStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:583: error: Error: No resource found that matches the given name: attr 'android:windowBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:596: error: Error: No resource found that matches the given name: attr 'android:windowCloseOnTouchOutside'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:586: error: Error: No resource found that matches the given name: attr 'android:windowContentOverlay'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:584: error: Error: No resource found that matches the given name: attr 'android:windowFrame'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:585: error: Error: No resource found that matches the given name: attr 'android:windowIsFloating'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:592: error: Error: No resource found that matches the given name: attr 'android:windowSoftInputMode'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:588: error: Error: No resource found that matches the given name: attr 'android:windowTitleBackgroundStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:587: error: Error: No resource found that matches the given name: attr 'android:windowTitleStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:612: error: Error: No resource found that matches the given name: attr 'android:backgroundDimEnabled'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:615: error: Error: No resource found that matches the given name: attr 'android:borderlessButtonStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:616: error: Error: No resource found that matches the given name: attr 'android:buttonBarStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:603: error: Error: No resource found that matches the given name: attr 'android:colorBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:614: error: Error: No resource found that matches the given name: attr 'android:colorBackgroundCacheHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:611: error: Error: No resource found that matches the given name: attr 'android:listDivider'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:610: error: Error: No resource found that matches the given name: attr 'android:windowAnimationStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:604: error: Error: No resource found that matches the given name: attr 'android:windowBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:617: error: Error: No resource found that matches the given name: attr 'android:windowCloseOnTouchOutside'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:607: error: Error: No resource found that matches the given name: attr 'android:windowContentOverlay'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:605: error: Error: No resource found that matches the given name: attr 'android:windowFrame'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:606: error: Error: No resource found that matches the given name: attr 'android:windowIsFloating'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:613: error: Error: No resource found that matches the given name: attr 'android:windowSoftInputMode'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:609: error: Error: No resource found that matches the given name: attr 'android:windowTitleBackgroundStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:608: error: Error: No resource found that matches the given name: attr 'android:windowTitleStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:627: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.AutoCompleteTextView'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:630: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:631: error: Error: No resource found that matches the given name: attr 'android:dropDownSelector'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:632: error: Error: No resource found that matches the given name: attr 'android:popupBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:628: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:629: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:633: error: Error: No resource found that matches the given name: attr 'android:textCursorDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:635: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.EditText'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:638: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:636: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:637: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:639: error: Error: No resource found that matches the given name: attr 'android:textCursorDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:641: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:644: error: Error: No resource found that matches the given name: attr 'android:minHeight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:642: error: Error: No resource found that matches the given name: attr 'android:paddingLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:643: error: Error: No resource found that matches the given name: attr 'android:paddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:656: error: Error: No resource found that matches the given name: attr 'android:gravity'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:688: error: Error: No resource found that matches the given name: attr 'android:ellipsize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:690: error: Error: No resource found that matches the given name: attr 'android:maxLines'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:689: error: Error: No resource found that matches the given name: attr 'android:maxWidth'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:684: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:687: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:685: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:686: error: Error: No resource found that matches the given name: attr 'android:textStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:48: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.ActionBar.TabText'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:695: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:694: error: Error: No resource found that matches the given name: attr 'android:gravity'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:700: error: Error: No resource found that matches the given name: attr 'android:layout_weight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:698: error: Error: No resource found that matches the given name: attr 'android:layout_width'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:699: error: Error: No resource found that matches the given name: attr 'android:minWidth'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:696: error: Error: No resource found that matches the given name: attr 'android:paddingLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:697: error: Error: No resource found that matches the given name: attr 'android:paddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:49: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.ActionBar.TabView'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:704: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:703: error: Error: No resource found that matches the given name: attr 'android:gravity'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:708: error: Error: No resource found that matches the given name: attr 'android:maxLines'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:707: error: Error: No resource found that matches the given name: attr 'android:minHeight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:706: error: Error: No resource found that matches the given name: attr 'android:minWidth'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:705: error: Error: No resource found that matches the given name: attr 'android:scaleType'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:50: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.ActionButton'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:712: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:713: error: Error: No resource found that matches the given name: attr 'android:minWidth'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:51: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.ActionButton.CloseMode'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:52: error: Error: No resource found that matches the given name: attr 'android:minWidth'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:716: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:719: error: Error: No resource found that matches the given name: attr 'android:contentDescription'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:718: error: Error: No resource found that matches the given name: attr 'android:minHeight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:717: error: Error: No resource found that matches the given name: attr 'android:minWidth'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:54: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.ActionButton.Overflow'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:732: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:731: error: Error: No resource found that matches the given name: attr 'android:gravity'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:55: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.AutoCompleteTextView'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:56: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:738: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:741: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:743: error: Error: No resource found that matches the given name: attr 'android:clickable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:742: error: Error: No resource found that matches the given name: attr 'android:focusable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:740: error: Error: No resource found that matches the given name: attr 'android:gravity'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:745: error: Error: No resource found that matches the given name: attr 'android:minHeight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:744: error: Error: No resource found that matches the given name: attr 'android:minWidth'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:739: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:58: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Button'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:748: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:59: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Button.Borderless'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:751: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:60: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Button.Borderless.Colored'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:61: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v23\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Button.Borderless.Colored'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:755: error: Error: No resource found that matches the given name: attr 'android:minHeight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:754: error: Error: No resource found that matches the given name: attr 'android:minWidth'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:759: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:758: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v23\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Button.Colored'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:763: error: Error: No resource found that matches the given name: attr 'android:minHeight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:762: error: Error: No resource found that matches the given name: attr 'android:minWidth'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:63: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Button.Small'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:765: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:766: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:64: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.ButtonBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:769: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.CompoundButton.CheckBox'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:770: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:771: error: Error: No resource found that matches the given name: attr 'android:button'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:65: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.CompoundButton.CheckBox'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:773: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.CompoundButton.RadioButton'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:774: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:775: error: Error: No resource found that matches the given name: attr 'android:button'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:66: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.CompoundButton.RadioButton'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:777: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.CompoundButton'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:778: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:780: error: Error: No resource found that matches the given name: attr 'android:textOff'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:779: error: Error: No resource found that matches the given name: attr 'android:textOn'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:781: error: Error: No resource found that matches the given name: attr 'android:thumb'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:801: error: Error: No resource found that matches the given name: attr 'android:gravity'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:802: error: Error: No resource found that matches the given name: attr 'android:paddingLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:803: error: Error: No resource found that matches the given name: attr 'android:paddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:800: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:67: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.DropDownItem.Spinner'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:68: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.EditText'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:69: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:806: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.ImageButton'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:807: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:71: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.ImageButton'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:72: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Light.ActionBar.TabText'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:821: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:73: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Light.ActionBar.TabText'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:824: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:74: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Light.ActionBar.TabView'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:75: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Light.PopupMenu'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:828: error: Error: No resource found that matches the given name: attr 'android:dropDownHorizontalOffset'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:77: error: Error: No resource found that matches the given name: attr 'android:dropDownHorizontalOffset'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:78: error: Error: No resource found that matches the given name: attr 'android:overlapAnchor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:831: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:838: error: Error: No resource found that matches the given name: attr 'android:dropDownHorizontalOffset'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:835: error: Error: No resource found that matches the given name: attr 'android:dropDownSelector'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:839: error: Error: No resource found that matches the given name: attr 'android:dropDownVerticalOffset'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:837: error: Error: No resource found that matches the given name: attr 'android:dropDownWidth'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:836: error: Error: No resource found that matches the given name: attr 'android:popupBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:80: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.ListPopupWindow'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:841: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.ListView'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:842: error: Error: No resource found that matches the given name: attr 'android:listSelector'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:81: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.ListView'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:845: error: Error: No resource found that matches the given name: attr 'android:divider'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:82: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.ListView.DropDown'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:847: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.ListView.Menu'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:849: error: Error: No resource found that matches the given name: attr 'android:divider'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:848: error: Error: No resource found that matches the given name: attr 'android:listSelector'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:84: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.PopupMenu'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:853: error: Error: No resource found that matches the given name: attr 'android:dropDownHorizontalOffset'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:86: error: Error: No resource found that matches the given name: attr 'android:dropDownHorizontalOffset'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:87: error: Error: No resource found that matches the given name: attr 'android:overlapAnchor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:856: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.PopupWindow'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:857: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Holo.ProgressBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:89: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.ProgressBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:858: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Holo.ProgressBar.Horizontal'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:90: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.ProgressBar.Horizontal'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:859: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.RatingBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:860: error: Error: No resource found that matches the given name: attr 'android:indeterminateDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:861: error: Error: No resource found that matches the given name: attr 'android:progressDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:91: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.RatingBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:863: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.RatingBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:865: error: Error: No resource found that matches the given name: attr 'android:indeterminateDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:869: error: Error: No resource found that matches the given name: attr 'android:isIndicator'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:864: error: Error: No resource found that matches the given name: attr 'android:maxHeight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:867: error: Error: No resource found that matches the given name: attr 'android:minHeight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:866: error: Error: No resource found that matches the given name: attr 'android:progressDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:868: error: Error: No resource found that matches the given name: attr 'android:thumb'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v23\styles.xml:9: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.RatingBar.Indicator'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:871: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.RatingBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:873: error: Error: No resource found that matches the given name: attr 'android:indeterminateDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:877: error: Error: No resource found that matches the given name: attr 'android:isIndicator'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:872: error: Error: No resource found that matches the given name: attr 'android:maxHeight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:875: error: Error: No resource found that matches the given name: attr 'android:minHeight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:874: error: Error: No resource found that matches the given name: attr 'android:progressDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:876: error: Error: No resource found that matches the given name: attr 'android:thumb'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v23\styles.xml:10: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.RatingBar.Small'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:879: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:897: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:900: error: Error: No resource found that matches the given name: attr 'android:focusable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:902: error: Error: No resource found that matches the given name: attr 'android:indeterminateDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:901: error: Error: No resource found that matches the given name: attr 'android:indeterminateOnly'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:898: error: Error: No resource found that matches the given name: attr 'android:paddingLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:899: error: Error: No resource found that matches the given name: attr 'android:paddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:903: error: Error: No resource found that matches the given name: attr 'android:progressDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:904: error: Error: No resource found that matches the given name: attr 'android:thumb'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:92: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.SeekBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:911: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:912: error: Error: No resource found that matches the given name: attr 'android:clickable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:916: error: Error: No resource found that matches the given name: attr 'android:dropDownHorizontalOffset'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:913: error: Error: No resource found that matches the given name: attr 'android:dropDownSelector'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:917: error: Error: No resource found that matches the given name: attr 'android:dropDownVerticalOffset'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:915: error: Error: No resource found that matches the given name: attr 'android:dropDownWidth'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:910: error: Error: No resource found that matches the given name: attr 'android:gravity'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:914: error: Error: No resource found that matches the given name: attr 'android:popupBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:93: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Spinner'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:921: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-ldltr-v21\styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Spinner.Underlined'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v23\styles.xml:11: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Spinner.Underlined'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:923: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.TextView.SpinnerItem'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:925: error: Error: No resource found that matches the given name: attr 'android:paddingLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:926: error: Error: No resource found that matches the given name: attr 'android:paddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:924: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:94: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.TextView.SpinnerItem'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:929: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:930: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:932: error: Error: No resource found that matches the given name: attr 'android:minWidth'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:931: error: Error: No resource found that matches the given name: attr 'android:scaleType'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:95: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Material.Toolbar.Button.Navigation'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:934: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Holo'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:970: error: Error: No resource found that matches the given name: attr 'android:actionModeCopyDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:969: error: Error: No resource found that matches the given name: attr 'android:actionModeCutDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:971: error: Error: No resource found that matches the given name: attr 'android:actionModePasteDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:977: error: Error: No resource found that matches the given name: attr 'android:actionModeSelectAllDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:937: error: Error: No resource found that matches the given name: attr 'android:backgroundDimAmount'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:972: error: Error: No resource found that matches the given name: attr 'android:borderlessButtonStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:974: error: Error: No resource found that matches the given name: attr 'android:buttonBarButtonStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:973: error: Error: No resource found that matches the given name: attr 'android:buttonBarStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:936: error: Error: No resource found that matches the given name: attr 'android:colorBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:963: error: Error: No resource found that matches the given name: attr 'android:colorBackgroundCacheHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:935: error: Error: No resource found that matches the given name: attr 'android:colorForeground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:958: error: Error: No resource found that matches the given name: attr 'android:colorForegroundInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:938: error: Error: No resource found that matches the given name: attr 'android:disabledAlpha'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:962: error: Error: No resource found that matches the given name: attr 'android:listChoiceIndicatorMultiple'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:961: error: Error: No resource found that matches the given name: attr 'android:listChoiceIndicatorSingle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:978: error: Error: No resource found that matches the given name: attr 'android:listPreferredItemPaddingLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:979: error: Error: No resource found that matches the given name: attr 'android:listPreferredItemPaddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:939: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:940: error: Error: No resource found that matches the given name: attr 'android:textAppearanceInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:947: error: Error: No resource found that matches the given name: attr 'android:textAppearanceLarge'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:950: error: Error: No resource found that matches the given name: attr 'android:textAppearanceLargeInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:948: error: Error: No resource found that matches the given name: attr 'android:textAppearanceMedium'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:951: error: Error: No resource found that matches the given name: attr 'android:textAppearanceMediumInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:949: error: Error: No resource found that matches the given name: attr 'android:textAppearanceSmall'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:952: error: Error: No resource found that matches the given name: attr 'android:textAppearanceSmallInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:968: error: Error: No resource found that matches the given name: attr 'android:textColorAlertDialogListItem'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:955: error: Error: No resource found that matches the given name: attr 'android:textColorHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:975: error: Error: No resource found that matches the given name: attr 'android:textColorHighlightInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:956: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:946: error: Error: No resource found that matches the given name: attr 'android:textColorHintInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:957: error: Error: No resource found that matches the given name: attr 'android:textColorLink'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:976: error: Error: No resource found that matches the given name: attr 'android:textColorLinkInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:941: error: Error: No resource found that matches the given name: attr 'android:textColorPrimary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:942: error: Error: No resource found that matches the given name: attr 'android:textColorPrimaryDisableOnly'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:944: error: Error: No resource found that matches the given name: attr 'android:textColorPrimaryInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:943: error: Error: No resource found that matches the given name: attr 'android:textColorSecondary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:945: error: Error: No resource found that matches the given name: attr 'android:textColorSecondaryInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:959: error: Error: No resource found that matches the given name: attr 'android:textColorTertiary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:960: error: Error: No resource found that matches the given name: attr 'android:textColorTertiaryInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:966: error: Error: No resource found that matches the given name: attr 'android:textSelectHandle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:964: error: Error: No resource found that matches the given name: attr 'android:textSelectHandleLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:965: error: Error: No resource found that matches the given name: attr 'android:textSelectHandleRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:967: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:953: error: Error: No resource found that matches the given name: attr 'android:windowBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:954: error: Error: No resource found that matches the given name: attr 'android:windowNoTitle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:981: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Holo.Light'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1018: error: Error: No resource found that matches the given name: attr 'android:actionModeCopyDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1017: error: Error: No resource found that matches the given name: attr 'android:actionModeCutDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1019: error: Error: No resource found that matches the given name: attr 'android:actionModePasteDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1025: error: Error: No resource found that matches the given name: attr 'android:actionModeSelectAllDrawable'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:984: error: Error: No resource found that matches the given name: attr 'android:backgroundDimAmount'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1020: error: Error: No resource found that matches the given name: attr 'android:borderlessButtonStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1022: error: Error: No resource found that matches the given name: attr 'android:buttonBarButtonStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1021: error: Error: No resource found that matches the given name: attr 'android:buttonBarStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:983: error: Error: No resource found that matches the given name: attr 'android:colorBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1011: error: Error: No resource found that matches the given name: attr 'android:colorBackgroundCacheHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:982: error: Error: No resource found that matches the given name: attr 'android:colorForeground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1005: error: Error: No resource found that matches the given name: attr 'android:colorForegroundInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:985: error: Error: No resource found that matches the given name: attr 'android:disabledAlpha'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1009: error: Error: No resource found that matches the given name: attr 'android:listChoiceIndicatorMultiple'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1008: error: Error: No resource found that matches the given name: attr 'android:listChoiceIndicatorSingle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1026: error: Error: No resource found that matches the given name: attr 'android:listPreferredItemPaddingLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1027: error: Error: No resource found that matches the given name: attr 'android:listPreferredItemPaddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:986: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:987: error: Error: No resource found that matches the given name: attr 'android:textAppearanceInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:994: error: Error: No resource found that matches the given name: attr 'android:textAppearanceLarge'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:997: error: Error: No resource found that matches the given name: attr 'android:textAppearanceLargeInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:995: error: Error: No resource found that matches the given name: attr 'android:textAppearanceMedium'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:998: error: Error: No resource found that matches the given name: attr 'android:textAppearanceMediumInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:996: error: Error: No resource found that matches the given name: attr 'android:textAppearanceSmall'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:999: error: Error: No resource found that matches the given name: attr 'android:textAppearanceSmallInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1016: error: Error: No resource found that matches the given name: attr 'android:textColorAlertDialogListItem'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1002: error: Error: No resource found that matches the given name: attr 'android:textColorHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1023: error: Error: No resource found that matches the given name: attr 'android:textColorHighlightInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1003: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:993: error: Error: No resource found that matches the given name: attr 'android:textColorHintInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1004: error: Error: No resource found that matches the given name: attr 'android:textColorLink'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1024: error: Error: No resource found that matches the given name: attr 'android:textColorLinkInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:988: error: Error: No resource found that matches the given name: attr 'android:textColorPrimary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:989: error: Error: No resource found that matches the given name: attr 'android:textColorPrimaryDisableOnly'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:991: error: Error: No resource found that matches the given name: attr 'android:textColorPrimaryInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1010: error: Error: No resource found that matches the given name: attr 'android:textColorPrimaryInverseDisableOnly'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:990: error: Error: No resource found that matches the given name: attr 'android:textColorSecondary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:992: error: Error: No resource found that matches the given name: attr 'android:textColorSecondaryInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1006: error: Error: No resource found that matches the given name: attr 'android:textColorTertiary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1007: error: Error: No resource found that matches the given name: attr 'android:textColorTertiaryInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1014: error: Error: No resource found that matches the given name: attr 'android:textSelectHandle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1012: error: Error: No resource found that matches the given name: attr 'android:textSelectHandleLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1013: error: Error: No resource found that matches the given name: attr 'android:textSelectHandleRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1015: error: Error: No resource found that matches the given name: attr 'android:windowActionBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1000: error: Error: No resource found that matches the given name: attr 'android:windowBackground'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1001: error: Error: No resource found that matches the given name: attr 'android:windowNoTitle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:105: error: Error: No resource found that matches the given name: attr 'android:colorAccent'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:101: error: Error: No resource found that matches the given name: attr 'android:colorButtonNormal'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:100: error: Error: No resource found that matches the given name: attr 'android:colorControlActivated'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:102: error: Error: No resource found that matches the given name: attr 'android:colorControlHighlight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:99: error: Error: No resource found that matches the given name: attr 'android:colorControlNormal'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:103: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:104: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1031: error: Error: No resource found that matches the given name: attr 'android:autoCompleteTextViewStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1032: error: Error: No resource found that matches the given name: attr 'android:dropDownItemStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1038: error: Error: No resource found that matches the given name: attr 'android:autoCompleteTextViewStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1039: error: Error: No resource found that matches the given name: attr 'android:dropDownItemStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:202: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.NoActionBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:207: error: Error: No resource found that matches the given name: attr 'android:buttonBarButtonStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:206: error: Error: No resource found that matches the given name: attr 'android:buttonBarStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:204: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:203: error: Error: No resource found that matches the given name: attr 'android:textColorHintInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:205: error: Error: No resource found that matches the given name: attr 'android:textColorLink'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:208: error: Error: No resource found that matches the given name: attr 'android:textColorLinkInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:210: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.Light.NoActionBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:215: error: Error: No resource found that matches the given name: attr 'android:buttonBarButtonStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:214: error: Error: No resource found that matches the given name: attr 'android:buttonBarStyle'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:212: error: Error: No resource found that matches the given name: attr 'android:textColorHint'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:211: error: Error: No resource found that matches the given name: attr 'android:textColorHintInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:213: error: Error: No resource found that matches the given name: attr 'android:textColorLink'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:216: error: Error: No resource found that matches the given name: attr 'android:textColorLinkInverse'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v25\styles.xml:5: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.NoActionBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v25\styles.xml:6: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.Light.NoActionBar'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1044: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget.Holo.Spinner'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:4: error: Error: No resource found that matches the given name: attr 'android:textAlignment'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1046: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1047: error: Error: No resource found that matches the given name: attr 'android:layout_gravity'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1048: error: Error: No resource found that matches the given name: attr 'android:paddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:6: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:7: error: Error: No resource found that matches the given name: attr 'android:layout_gravity'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:8: error: Error: No resource found that matches the given name: attr 'android:paddingEnd'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1050: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1051: error: Error: No resource found that matches the given name: attr 'android:layout_marginRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:10: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:11: error: Error: No resource found that matches the given name: attr 'android:layout_marginEnd'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1053: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1054: error: Error: No resource found that matches the given name: attr 'android:paddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:13: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:14: error: Error: No resource found that matches the given name: attr 'android:paddingEnd'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1056: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1057: error: Error: No resource found that matches the given name: attr 'android:layout_marginLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:16: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:17: error: Error: No resource found that matches the given name: attr 'android:layout_marginStart'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1059: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1060: error: Error: No resource found that matches the given name: attr 'android:layout_marginLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:19: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:21: error: Error: No resource found that matches the given name: attr 'android:layout_marginStart'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:20: error: Error: No resource found that matches the given name: attr 'android:textAlignment'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1062: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1063: error: Error: No resource found that matches the given name: attr 'android:layout_marginLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:23: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:24: error: Error: No resource found that matches the given name: attr 'android:layout_marginStart'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1065: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1066: error: Error: No resource found that matches the given name: attr 'android:layout_alignParentLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:26: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:28: error: Error: No resource found that matches the given name: attr 'android:layout_alignParentStart'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:27: error: Error: No resource found that matches the given name: attr 'android:textAlignment'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1068: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1069: error: Error: No resource found that matches the given name: attr 'android:layout_marginLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:30: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:32: error: Error: No resource found that matches the given name: attr 'android:layout_marginStart'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:31: error: Error: No resource found that matches the given name: attr 'android:textAlignment'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1071: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1072: error: Error: No resource found that matches the given name: attr 'android:paddingLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1073: error: Error: No resource found that matches the given name: attr 'android:paddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:34: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:36: error: Error: No resource found that matches the given name: attr 'android:paddingEnd'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:35: error: Error: No resource found that matches the given name: attr 'android:paddingStart'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1075: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1076: error: Error: No resource found that matches the given name: attr 'android:layout_alignParentLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:38: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:39: error: Error: No resource found that matches the given name: attr 'android:layout_alignParentStart'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1078: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1079: error: Error: No resource found that matches the given name: attr 'android:layout_toLeftOf'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:41: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:42: error: Error: No resource found that matches the given name: attr 'android:layout_toStartOf'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1081: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1082: error: Error: No resource found that matches the given name: attr 'android:layout_alignParentRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:44: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:45: error: Error: No resource found that matches the given name: attr 'android:layout_alignParentEnd'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1085: error: Error: No resource found that matches the given name: attr 'android:layout_toLeftOf'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1086: error: Error: No resource found that matches the given name: attr 'android:layout_toRightOf'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:49: error: Error: No resource found that matches the given name: attr 'android:layout_toEndOf'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:48: error: Error: No resource found that matches the given name: attr 'android:layout_toStartOf'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1088: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1089: error: Error: No resource found that matches the given name: attr 'android:layout_marginLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:51: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:52: error: Error: No resource found that matches the given name: attr 'android:layout_marginStart'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1091: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1092: error: Error: No resource found that matches the given name: attr 'android:paddingLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1093: error: Error: No resource found that matches the given name: attr 'android:paddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:54: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:56: error: Error: No resource found that matches the given name: attr 'android:paddingEnd'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:55: error: Error: No resource found that matches the given name: attr 'android:paddingStart'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1096: error: Error: No resource found that matches the given name: attr 'android:paddingLeft'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1097: error: Error: No resource found that matches the given name: attr 'android:paddingRight'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:60: error: Error: No resource found that matches the given name: attr 'android:paddingEnd'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v17\styles.xml:59: error: Error: No resource found that matches the given name: attr 'android:paddingStart'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1129: error: Error: No resource found that matches the given name: attr 'android:fontFamily'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1128: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1150: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.StatusBar.EventContent'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:109: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Notification'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1153: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1152: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:110: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Notification.Info'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1158: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1157: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:111: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Notification.Time'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1160: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.StatusBar.EventContent.Title'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:112: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/TextAppearance.Material.Notification.Title'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:114: error: Error: No resource found that matches the given name: attr 'android:background'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:117: error: Error: No resource found that matches the given name: attr 'android:textAppearance'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:119: error: Error: No resource found that matches the given name: attr 'android:textColor'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values-v21\styles.xml:118: error: Error: No resource found that matches the given name: attr 'android:textSize'.
W:
W: C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res\values\styles.xml:1274: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Widget'.
W:
brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\Users\AAAA1\AppData\Local\Temp\brut_util_Jar_1264614087493299495.tmp, p, --forced-package-id, 127, --min-sdk-version, 16, --target-sdk-version, 22, --version-code, 1, --version-name, 1.0, --no-version-vectors, -F, C:\Users\AAAA1\AppData\Local\Temp\APKTOOL4143230888113722189.tmp, -e, C:\Users\AAAA~1\AppData\Local\Temp\APKTOOL8757788098085809581.tmp, -0, arsc, -I, C:\Users\Κώστας\AppData\Local\apktool\framework\1.apk, -S, C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\res, -M, C:\Users\Κώστας\Downloads\AndroRAT-master\AndroRAT-master\Compiled_apk_files\AndroidManifest.xml]

Building Failed

@harrissetyawan
Copy link

i got the same error too, i also using java 8. do u guys found the fix ? thank u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants