DOWNLOAD ibo player 3.8

amorim2010

New member
VIP Member
Joined
Aug 14, 2021
Messages
12
Online
ibo_4\res\values\ids.xml:803: error: Found tag id where item is expected
W:
W: C:\Users\Amorim\Desktop\Nova pasta (4)\APK Easy Tool v1.58 Portable\1-Decompiled APKs\ibo_4\res\values\layouts.xml:3: error: Found tag layout where item is expected
W:
brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1

good, when compiling the file I receive this message how can I solve it thank you
 

amorim2010

New member
VIP Member
Joined
Aug 14, 2021
Messages
12
Online
W: C:\apktool\ibo_4\res\layout-xhdpi\portal_item_add.xml:5: error: duplicate attribute.
W: C:\apktool\ibo_4\res\layout-xhdpi\portal_item_add.xml: error: file failed to compile.
brut.androlib.exceptions.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\Users\Amorim\AppData\Local\Temp\brut_util_Jar_42438163945373241865085548334153445452.tmp, compile, --dir, C:\apktool\ibo_4\res, --legacy, -o, C:\apktool\ibo_4\build\resources.zip]
 

IɴғɪɴɪᴛᴇSᴛʀᴇᴀᴍs

Moderator
Staff member
VIP Member
Joined
Apr 7, 2021
Messages
1,167
Awards
4
Offline
W: C:\apktool\ibo_4\res\layout-xhdpi\portal_item_add.xml:5: error: duplicate attribute.
W: C:\apktool\ibo_4\res\layout-xhdpi\portal_item_add.xml: error: file failed to compile.
brut.androlib.exceptions.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\Users\Amorim\AppData\Local\Temp\brut_util_Jar_42438163945373241865085548334153445452.tmp, compile, --dir, C:\apktool\ibo_4\res, --legacy, -o, C:\apktool\ibo_4\build\resources.zip]
Use bluestacks emulator or similar with mtmanager it's the best editing tool.
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,908
Awards
4
Offline
apktool is a no no for some apps this being one of them you need to get hold of the MT that is on here and start to use that m8
 

Villain4U

Well-known member
Joined
Oct 16, 2023
Messages
46
Awards
3
Offline
W: C:\apktool\ibo_4\res\layout-xhdpi\portal_item_add.xml:5: error: duplicate attribute.
W: C:\apktool\ibo_4\res\layout-xhdpi\portal_item_add.xml: error: file failed to compile.
brut.androlib.exceptions.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\Users\Amorim\AppData\Local\Temp\brut_util_Jar_42438163945373241865085548334153445452.tmp, compile, --dir, C:\apktool\ibo_4\res, --legacy, -o, C:\apktool\ibo_4\build\resources.zip]

You have added an attribute 2 times in the xml file at line 5 try to remove it

like
android:visibility="gone"
android:visibility="gone" in same layout

try removing it will work at res\layout-xhdpi\portal_item_add.xml
 
Top