APKTool (PC) | Программа для "вскрытия" *.apk - файлов



Реп: (22)
APKTool
версия: 2.9.3

Последнее обновление программы в шапке: 20.01.2024

Прикрепленное изображение

Краткое описание:
Программа для "вскрытия" *.apk - файлов.

Описание:
Программа будет полезна разработчикам и переводчикам программ для платформы Android.
Может быть использована для локализации ПО, добавления функций и т.д.

На данный момент программа работает под управлением ОС Linux, Windows, MacOS. При помощи данной утилиты не может быть вскрыто приложение framework-res.apk, поскольку в нем используются некие собственные секретные разработки Google, но обещают, что в дальнейшем это будет исправлено.

Для использования программы требуются базовые знания по SDK, aapt, PATH, smali.

Changelog
1.4.3:
updated builtin framework to SDK API14
fixed some "Multiple substitutions (...)" errors ( Issue 254 )

1.4.2:
added support for API14 (Android 4.0) resources
updated smali to v1.3.0
added --quiet option
fixed decoding error when string ends with '%' ( Issue 169 )
fixed decoding error when <plurals> contains a reference ( Issue 234 )
fixed a broken res when decoding <array> with positional substitutions ( Issue 222 )

1.4.1:
1.4.1
fixed builtin framework. See changelog and migration instructions of v1.4.0 below.

1.4.0
Major changes:
added Honeycomb support (3.1, API 12). See migration instructions below.
support for mipmaps and xlarge, xhdpi resource qualifiers
updated builtin framework to 3.1 (API 12) broken
completely rewritten mechanism of enclosing/escaping strings in XML files:
fixed legendary Issue 100
fixed a lot of other bugs discovered when writting integration tests
string format is simpler and more compact now: '" "' instead of '\u0020 ', '\"' instead of '\"', etc.
fixed incompatibilities between newer aapt and apks built by older one. New aapt is more restrictive, some apps can't be built using it, even if you would have sources. Apktool tries to convert/fix these incompatibilities: it adds formatted="false" for <string /> tags and enumerates substitutions for plurals.
updated smali to v1.2.6
added automatic integration tests for resource decoding and building
first official release of apktool built using Maven from open source

Minor changes:
sort framework ids before storing them in apktool.yml. aapt command requires you to include frameworks in order.
zero-padding of MCC resource qualifier
prefer to use raw values when decoding XML attrs. This could make decoded XMLs a little more similar to original ones.
close apktool.yml file handler after generating it
added error message about missing input file when decoding
added more info messages during decoding.
do not decode res-references as <item />. Now they're decoded as e.g. <string name="test">@android:string/ok</string> instead of <item type="string" name="test">@android:string/ok</item>.
changed encoding of generated XML files from UTF-8 to utf-8 - it's more consistent with Android SDK.
add new line at the end of generated XML files.

1.3.2 (2010.09.03):
updated smali to v1.2.4
added support for API Level 8 resource qualifiers: night, car, etc. ( Issue 65 )
added support for broken file-resources ( Issue 91 )
don't generate sdkVersion ("-v") resource qualifiers if they're "natural" ( Issue 85 )
always compress resources.arsc file (Issue 67)
throw warnings instead of exceptions on unknown files inside smali dir ( Issue 77 )
added support for resources using invalid/unknown config flags, e.g. from future APIs or added by manufacturer ( Issue 65 )
added an option to keep broken resources to fix them manually ( Issue 65 )
fixed case-sensitivity problems (Issue 86)
fixed an issue when *.9.png doesn't have 9patch chunk in it ( Issue 59 )
fixed NPE when there is a file without extension in drawable dir ( Issue 62 )
fixed escaping of chars in XML style tags ( Issue 64 )
fixed an error, when there are missing resources in a type, which does not have default config (http://forum.xda-developers.com/showthread.php?p=7949440#post7949440)
try to use original value of XML attribute - instead of parsed one. Fixes an issue when apktool was decoding e.g. "01" as "1" ( Issue 76 )
added more debugging info when omitting unknown config flags ("Config size > 32" message)

install-windows-2.2_r01-3 (2010.09.03):
fixed an issue when path to apktool.bat contains spaces ( Issue 81 )

1.3.1 (2010.06.14):
added decoding of XML tags in res strings (Issue 15)
fixed some issues (Issue 45), (Issue 46), (Issue 48), (Issue 56)

1.3.0 (2010.06.12):
added 9patch images (*.9.png) decoding (Issue 2)
fixed support for apks lacking res dir or resources.arsc file (Issue 44, Issue 50)
changed default name of built file from out.apk to <original_name.apk>
added possibility to choose location of output apk when building

(2010.06.04):
updated install packages to 2.2r01-1 version. Apktool 1.2.0 requires newer aapt tool, so you must update to use it.

1.2.0 (2010.06.03):
added feature for installing and using custom framework files - pulled from a device. See FrameworkFiles (Issue 27)
Froyo support (Issue 37)
updated Android framework to 2.2r1
removed HTC framework
no need to use -s/-r switch, when apk doesn't contain sources/resources
added protection against accidental remove of important files when decoding (Issue 36)
made outdir argument optional when decoding
fix: adding dummy resources if some of them are missing (Issue 40)
fix: better recognition of AXML files (Issue 41)

1.1.1 (2010.04.29):
much better recognition of register types when debugging (Issue 24)
fixed SIGSEGV error, which usually occured after several steps when debugging (Issue 26)

Домашняя страница: https://apktool.org/

Полезное
Инструкция для Windows: APKTool (PC) (Пост #4469313)
Инструкция для linux: APKTool (PC) (Пост ГИКОВЧАНИН #65687316)
При появлении ошибки Error: Unable to access jarfile C:\Windows\System32\\apktool.jar делаем так: APKTool (PC) (Пост Expot #39088588)
Если при компиляции ругается на TransparentDark


Скачать:
Версия: 2.9.3 от 20/01/2024 (iMiKED)
Версия: 2.9.2 от 05/01/2024 (iMiKED)
Версия: 2.9.1 от 06/12/2023 (iMiKED)
Версия: 2.9.0 от 09.10.2023 (a666)
Версия: 2.8.1 от 23.07.2023 (a666)

Прошлые версии:
Версия: 2.8.0 от 17/06/2023 (iMiKED)
Версия: 2.7.0 Apktool Final (betmen2)
Версия: 2.6.1 Apktool Final (betmen2)
Версия: 2.5.0 Apktool Final (betmen2)
Версия: 2.4.1 Актуальная версия сабжа (OsitKP)
Версия: 2.4.0 Сообщение №2118, автор OsitKP
Версия: 3.0.0 mod APKTool (PC) (Пост Alexey arsenev #54976559)
Версия: 2.1 mod Сообщение №1922, автор Cobra111111
Дополнительные пакеты:
Версия: r05-ibot APKTool (PC) (Пост Google 61 #49985992)

Версия: 2.3.4 Сообщение №2065, автор hussein209
Версия: 2.3.3 Сообщение №2015, автор siegheilx
Версия: 2.3.2 APKTool (PC) (Пост georgearn #72155798)
Версия: 2.3.1 APKTool (PC) (Пост OsitKP #68533937)
Версия: 2.3.0 APKTool (PC) (Пост Shamil_92 #65377659)
Версия: 2.2.4 APKTool (PC) (Пост OsitKP #63737776)
Версия: 2.2.2 APKTool (PC) (Пост OsitKP #57713692)
Версия: 2.2.1 APKTool (PC) (Пост GrAlNik #54271368)
Версия: 2.2.0 APKTool (PC) (Пост Kocmuq #52477482)
Версия: 2.1.1 APKTool (PC) (Пост xxxsadistxxx #49460498)
https://4pda.to/forum/dl/post/968583/apktool_install_linux_r04_brut1.zip - пакет зависимостей и скриптов для Linux
https://4pda.to/forum/dl/post/968585/apktool_install_macosx_r04_brut1.zip - пакет зависимостей и скриптов для MacOS X
https://4pda.to/forum/dl/post/968582/apktool_install_windows_r04_brut1.zip - пакет зависимостей и скриптов для Windows
Версия: 2.1.0 APKTool (PC) (Пост OsitKP #48439847)
версия: 2.0.3 fix APKTool (PC) (Пост Enyby #46807838)
версия: 2.0.3 APKTool (PC) (Пост OsitKP #45863914)
версия: 2.0.2 APKTool (PC) (Пост OsitKP #43651919)
версия: 2.0.1 https://4pda.to/forum/d…8654/apktool_2.0.1.jar
версия: 2.0.0 APKTool (PC) (Пост Dimon55584 #39621157)
версия: 2.0.0 RC4 https://4pda.to/forum/d…5/apktool_2.0.0rc4.jar
версия: 2.0.0 RC3 https://4pda.to/forum/dl/post/5426930/apktool.jar
версия: 2.0.0 RC2 https://4pda.to/forum/d…7/apktool_2.0.0rc2.jar
версия: 2.0.0 beta 9 Прикрепленный файлapktool_2.0.0b9.jar ( 7.85 МБ )
версия: v2 RC1 APKTool (PC) (Пост #34425590)
версия: 2.0.0 beta 8 APKTool (PC) (Пост #28248823)
версия: 2.0.0 beta 7 Прикрепленный файлapktool_2.0.0b7.jar ( 7.42 МБ )

версия: 1.5.2 apktool.jar
версия: 1.4.3 https://4pda.to/forum/dl/post/1317479/apktool_1.4.3.zip
версия: 1.4.2 https://4pda.to/forum/dl/post/1311452/apktool_1.4.2.zip
версия 1.4.1:
https://4pda.to/forum/dl/post/968581/apktool_1.4.1.zip - сам apktool
https://4pda.to/forum/dl/post/968583/apktool_install_linux_r04_brut1.zip - пакет зависимостей и скриптов для Linux
https://4pda.to/forum/dl/post/968585/apktool_install_macosx_r04_brut1.zip - пакет зависимостей и скриптов для MacOS X
https://4pda.to/forum/dl/post/968582/apktool_install_windows_r04_brut1.zip - пакет зависимостей и скриптов для Windows

версия 1.3.2:
http://android-apktool.googlecode.com/file...ol1.3.2.tar.bz2 - сам apktool
http://android-apktool.googlecode.com/file...1_r01-1.tar.bz2 - пакет зависимостей и скриптов для Linux
http://android-apktool.googlecode.com/file...1_r01-1.tar.bz2 - пакет зависимостей и скриптов для MacOS X
http://android-apktool.googlecode.com/file...2_r01-3.tar.bz2 - пакет зависимостей и скриптов для Windows


Модификации
Версия: 2.6.2-87223d-SNAPSHOT-mod Apktool (CaM/7oCe6e)


Сообщение отредактировал iMiKED - 20.01.24, 15:29
Причина редактирования: Обновление: новая версия 2.9.3 от 20/01/2024



Реп: (4573)
Enyby @ 12.02.2016, 13:35 *
Напишите полный текст ошибки.

Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.Androli
bException: brut.common.BrutException: could not exec command: [C:\Users\xxxxxxx
\AppData\Local\Temp\brut_util_Jar_8539465687139649395.tmp, p, --forced-package-id
, 127, --min-sdk-version, 8, --target-sdk-version, 19, --version-code, 1005, --ve
rsion-name, Pro 1.0.4, -F, C:\Users\xxxxxxx\AppData\Local\Temp\APKTOOL6128479805
771576683.tmp, -0, arsc, -0, RSA, -0, zip, -0, , -0, arsc, -I, C:\Users\xxxxxxx\
apktool\framework\1.apk, -S, C:\apktool\ESFE_1.0.4M\res, -M, C:\apktool\ESFE_1.0.
4M\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:460)
at brut.androlib.Androlib.buildResources(Androlib.java:410)
at brut.androlib.Androlib.build(Androlib.java:320)
at brut.androlib.Androlib.build(Androlib.java:297)
at brut.apktool.Main.cmdBuild(Main.java:199)
at brut.apktool.Main.main(Main.java:76)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [C:\Users\xxxxxxx\AppData\Local\Temp\brut_util_Jar_853946568713964
9395.tmp, p, --forced-package-id, 127, --min-sdk-version, 8, --target-sdk-version
, 19, --version-code, 1005, --version-name, Pro 1.0.4, -F, C:\Users\xxxxxxx\AppD
ata\Local\Temp\APKTOOL6128479805771576683.tmp, -0, arsc, -0, RSA, -0, zip, -0, ,
-0, arsc, -I, C:\Users\xxxxxxx\apktool\framework\1.apk, -S, C:\apktool\ESFE_1.0.
4M\res, -M, C:\apktool\ESFE_1.0.4M\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java
:425)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:452)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [C:\Users\xxxxxxx\
AppData\Local\Temp\brut_util_Jar_8539465687139649395.tmp, p, --forced-package-id,
127, --min-sdk-version, 8, --target-sdk-version, 19, --version-code, 1005, --ver
sion-name, Pro 1.0.4, -F, C:\Users\xxxxxxx\AppData\Local\Temp\APKTOOL61284798057
71576683.tmp, -0, arsc, -0, RSA, -0, zip, -0, , -0, arsc, -I, C:\Users\Rusikxxx\a
pktool\framework\1.apk, -S, C:\apktool\ESFE_1.0.4M\res, -M, C:\apktool\ESFE_1.0.4
M\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java
:419)
... 6 more

!!!Aborted!!!

Для продолжения нажмите любую клавишу . . .


Прикрепленные файлы

Прикрепленный файлESFE_1.0.4M.apk ( 8.01 МБ )



Реп: (5704)
* Hibernatorvindictam,
А самое главное не написали:
ERROR: input directory 'arsc' does not exist

Открываем apktool.yml и вытираем строчку с
- ''

Дальше должно собраться, но у меня старый framework 17 версии - там маты идут на ресурсы для АПИ 21.



Реп: (5704)
* Hibernatorvindictam,
Обновил.
Enyby @ 04.02.2016, 10:45 *
ApkTool 2.0.3 fix2


Попробуйте собрать с ним.



Реп: (4573)
* Enyby,
:thank_you:

Processing...

I: Using Apktool 2.0.3
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether resources has changed...
I: Building resources...
I: Copying libs... (/lib)
I: Building apk file...
I: Copying unknown files/dir...
ESFE_1.0.4M - complete

All done!

Для продолжения нажмите любую клавишу . . .



Реп: (414)
Нарыл тут новый apktool 2.1.0 dev, выдрал из translatorapk
Может кому пригодиться :-)
Прикрепленный файлApkTools210.rar ( 5.79 МБ )

Версия новее ApkTool (Пост bursoft #46565309)
Enyby @ 13.02.2016, 02:18 *
Это бред. На оф. сайте 2.0.3. В лучшем случае это снапшот с git. В худшем - хрень какая-то.
Это "грязная" (dirty) сборка с гит. Там могут быть баги. http://ibotpeaches.github.io/Apktool/changes/
Это НЕ релиз. Релиз будет позже, а людей только запутаете.

Да это dev версия, но может кому-то пригодиться, работает вроде нормально.

Сообщение отредактировал vlagreat - 14.02.16, 14:29



Реп: (5704)
* Wochan,
Это бред. На оф. сайте 2.0.3. В лучшем случае это снапшот с git. В худшем - хрень какая-то.
Это "грязная" (dirty) сборка с гит. Там могут быть баги. http://ibotpeaches.github.io/Apktool/changes/
Это НЕ релиз. Релиз будет позже, а людей только запутаете.

Сообщение отредактировал Enyby - 13.02.16, 00:26



Реп: (1714)
Wochan
С 22м медиатеком те же ошибки,
W: Could not find sources
W: warning: string 'byteShort' has no default translation.
W: warning: string 'permlab_receiveCbSms' has no default translation.
W: D:\TOOLS\mod2\03\mediatek-res\res\layout\account_five.xml:6: error: Error: No resource found that matches the given name (at 'id' with value '@id/account_five_img').
W:
W: D:\TOOLS\mod2\03\mediatek-res\res\layout\account_five.xml:8: error: Error: No resource found that matches the given name (at 'id' with value '@id/account_five_normal_divider').
W:
W: D:\TOOLS\mod2\03\mediatek-res\res\layout\account_five.xml:8: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/divider').
W:
W: D:\TOOLS\mod2\03\mediatek-res\res\layout\account_five.xml:9: error: Error: No resource found that matches the given name (at 'id' with value '@id/account_five_highlight_divider').
W:
W: D:\TOOLS\mod2\03\mediatek-res\res\layout\account_five.xml:9: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/highlight_divider')
.............
и. т. таких строк много


Если заменить аапт то такая

W: Could not find sources
W: D:\TOOLS\mod2\03\mediatek-res\res\values\public.xml:895: error: Public symbol ^attr-private/factor declared here is not defined.
W: D:\TOOLS\mod2\03\mediatek-res\res\values\public.xml:896: error: Public symbol ^attr-private/scale declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\TEMP\brut_util_Jar_5347900649073506495.tmp, p, --forced-package-id, 8, --min-sdk-version, 22, --target-sdk-version, 22, --version-code, 22, --version-name, 5.1-1449566690, -F, C:\TEMP\APKTOOL640002619513099088.tmp, -x, -0, arsc, -0, db, -0, arsc, -I, D:\TOOLS\mod2\03\FREIM\1.apk, -S, D:\TOOLS\mod2\03\mediatek-res\res, -M, D:\TOOLS\mod2\03\mediatek-res\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:479)
at brut.androlib.Androlib.buildResources(Androlib.java:417)
at brut.androlib.Androlib.build(Androlib.java:305)
at brut.androlib.Androlib.build(Androlib.java:275)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\TEMP\brut_util_Jar_5347900649073506495.tmp, p, --forced-package-id, 8, --min-sdk-version, 22, --target-sdk-version, 22, --version-code, 22, --version-name, 5.1-1449566690, -F, C:\TEMP\APKTOOL640002619513099088.tmp, -x, -0, arsc, -0, db, -0, arsc, -I, D:\TOOLS\mod2\03\FREIM\1.apk, -S, D:\TOOLS\mod2\03\mediatek-res\res, -M, D:\TOOLS\mod2\03\mediatek-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:425)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:465)
... 5 more
Caused by: brut.common.BrutException: could not exec (exit code = 1): [C:\TEMP\brut_util_Jar_5347900649073506495.tmp, p, --forced-package-id, 8, --min-sdk-version, 22, --target-sdk-version, 22, --version-code, 22, --version-name, 5.1-1449566690, -F, C:\TEMP\APKTOOL640002619513099088.tmp, -x, -0, arsc, -0, db, -0, arsc, -I, D:\TOOLS\mod2\03\FREIM\1.apk, -S, D:\TOOLS\mod2\03\mediatek-res\res, -M, D:\TOOLS\mod2\03\mediatek-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:95)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:419)
... 6 more

, ну это думаю что аапт старый и не понимает папки ^attr-private, но за то собирает все апк с ошибкой выше



Реп: (67)
Господа сведущие,помогите кто чем может - третий день бьюсь o.O
Есть прога для вертолётиков,все предыдущие версии разбирал\собирал без проблем.
В этом месяце вышла очередная версия,разбирается,а собираться не хочет.
Все описанные выше способы пробовал,результат один:
C:\dji.pilot-43-2.6.0\res\values\public.xml:2825: error: Public symbol drawable/
v2_video_player_start declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2826: error: Public symbol drawable/
v2_video_player_stop declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:641: error: Public symbol drawable/v
2_video_preview_bt_dark declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:642: error: Public symbol drawable/v
2_video_preview_bt_double declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:643: error: Public symbol drawable/v
2_video_preview_cut_moment_btn_disabled declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:644: error: Public symbol drawable/v
2_video_preview_cut_moment_btn_normal declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:645: error: Public symbol drawable/v
2_video_preview_cut_moment_btn_pressed declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2827: error: Public symbol drawable/
v2_video_preview_play declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:646: error: Public symbol drawable/v
2_video_share_login_btn_background declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:647: error: Public symbol drawable/v
2_video_share_login_btn_background_normal declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:648: error: Public symbol drawable/v
2_video_share_login_btn_background_pressed declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2828: error: Public symbol drawable/
v2_video_share_youku_logo declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2829: error: Public symbol drawable/
v2_video_share_youtube_logo declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2503: error: Public symbol drawable/
v2_view declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:649: error: Public symbol drawable/v
2_virtual_rect declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:650: error: Public symbol drawable/v
2_watermark_background_cake declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2504: error: Public symbol drawable/
v2_webview_close_btn declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1407: error: Public symbol drawable/
v2_whatsnew_1 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2505: error: Public symbol drawable/
v2_whatsnew_2 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2506: error: Public symbol drawable/
v2_whatsnew_3 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2507: error: Public symbol drawable/
v2_whatsnew_4 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2508: error: Public symbol drawable/
v2_whatsnew_5 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2509: error: Public symbol drawable/
v2_whatsnew_another_bg declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2510: error: Public symbol drawable/
v2_whatsnew_another_video declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2511: error: Public symbol drawable/
v2_whatsnew_button declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2512: error: Public symbol drawable/
v2_whatsnew_detail declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:651: error: Public symbol drawable/v
2_whatsnew_experience_button_bg declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:652: error: Public symbol drawable/v
2_whatsnew_flightsync_focus declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:653: error: Public symbol drawable/v
2_whatsnew_flightsync_src declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:654: error: Public symbol drawable/v
2_whatsnew_indicator_active declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:655: error: Public symbol drawable/v
2_whatsnew_indicator_inactive declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:656: error: Public symbol drawable/v
2_whatsnew_selector declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:657: error: Public symbol drawable/v
2_whatsnew_shap_conner declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2513: error: Public symbol drawable/
v2_whatsnew_step1 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2514: error: Public symbol drawable/
v2_whatsnew_step2 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2515: error: Public symbol drawable/
v2_whatsnew_text declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2830: error: Public symbol drawable/
v2_whatsnew_x declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2516: error: Public symbol drawable/
v2_whatsnew_zoom declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1145: error: Public symbol drawable/
v2_windset_btn_bg declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1146: error: Public symbol drawable/
v2_windset_left_bg declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1147: error: Public symbol drawable/
v2_windset_right_bg declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:658: error: Public symbol drawable/v
2_yellow_line declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:659: error: Public symbol drawable/v
2_yellow_ring declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2517: error: Public symbol drawable/
v2_youku_logo declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2518: error: Public symbol drawable/
v2_youtube_logo declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2519: error: Public symbol drawable/
ve_add_segment declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1148: error: Public symbol drawable/
ve_bottom_bg declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2520: error: Public symbol drawable/
ve_duration declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1149: error: Public symbol drawable/
ve_head_bg declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2831: error: Public symbol drawable/
ve_home_ico declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2521: error: Public symbol drawable/
ve_num_segments declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1150: error: Public symbol drawable/
ve_play_time_bg declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2522: error: Public symbol drawable/
ve_plus_icon declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2832: error: Public symbol drawable/
ve_prev_del_trash declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2523: error: Public symbol drawable/
ve_template_arrow declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2524: error: Public symbol drawable/
ve_template_icon declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1151: error: Public symbol drawable/
ve_template_selec_bg declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2525: error: Public symbol drawable/
ve_template_selected declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2833: error: Public symbol drawable/
ve_trash declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1152: error: Public symbol drawable/
video_icon declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2526: error: Public symbol drawable/
warning_icon_gray declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:660: error: Public symbol drawable/w
heel_bg declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:661: error: Public symbol drawable/w
heel_bg_hor declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:662: error: Public symbol drawable/w
heel_bg_ver declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:663: error: Public symbol drawable/w
heel_val declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1153: error: Public symbol drawable/
white_select_border_rect declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1154: error: Public symbol drawable/
wifi_level declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2527: error: Public symbol drawable/
wifi_level0 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2528: error: Public symbol drawable/
wifi_level1 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2529: error: Public symbol drawable/
wifi_level2 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2530: error: Public symbol drawable/
wifi_level3 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2531: error: Public symbol drawable/
wifi_level4 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1155: error: Public symbol drawable/
wifi_small_level declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2532: error: Public symbol drawable/
wifi_small_level0 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2533: error: Public symbol drawable/
wifi_small_level1 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2534: error: Public symbol drawable/
wifi_small_level2 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2535: error: Public symbol drawable/
wifi_small_level3 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2536: error: Public symbol drawable/
wifi_small_level4 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:1156: error: Public symbol drawable/
yellow_focus_border_rect declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2834: error: Public symbol drawable/
youtube_livestream_enable declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:2835: error: Public symbol drawable/
youtubelivestream_custommode_help declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11195: error: Public symbol string/c
amera_infinity declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11194: error: Public symbol string/c
amera_mm declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:10322: error: Public symbol string/c
amera_mode_a declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:10323: error: Public symbol string/c
amera_mode_c declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:10321: error: Public symbol string/c
amera_mode_m declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:10320: error: Public symbol string/c
amera_mode_s declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:10048: error: Public symbol string/f
pv_about_fpga_hardware_desc declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:10339: error: Public symbol string/f
pv_camera_iris declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:10104: error: Public symbol string/f
pv_hd_bandwidth_ext_desc declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:10103: error: Public symbol string/f
pv_hd_bandwidth_lb_desc declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:10913: error: Public symbol string/g
s_meter_unit declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:10921: error: Public symbol string/g
s_pano_menu declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11049: error: Public symbol string/g
s_pano_view_title declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11586: error: Public symbol string/p
hantom_sub_4k declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11583: error: Public symbol string/p
hantom_sub_advanced declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11581: error: Public symbol string/p
hantom_sub_pro declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11585: error: Public symbol string/p
hantom_sub_professional declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11582: error: Public symbol string/p
hantom_sub_raw declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11584: error: Public symbol string/p
hantom_sub_standard declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11572: error: Public symbol string/p
hantom_type_inspire declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11587: error: Public symbol string/p
hantom_type_inspire_learn declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11573: error: Public symbol string/p
hantom_type_inspire_pro declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11574: error: Public symbol string/p
hantom_type_inspire_raw declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11593: error: Public symbol string/p
hantom_type_inspire_x5_learn declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11592: error: Public symbol string/p
hantom_type_longan_learn declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11591: error: Public symbol string/p
hantom_type_m100_learn declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11576: error: Public symbol string/p
hantom_type_phantom_advance declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11589: error: Public symbol string/p
hantom_type_phantom_advance_learn declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11579: error: Public symbol string/p
hantom_type_phantom_lb2 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11580: error: Public symbol string/p
hantom_type_phantom_longan declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11578: error: Public symbol string/p
hantom_type_phantom_m100 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11575: error: Public symbol string/p
hantom_type_phantom_professional declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11588: error: Public symbol string/p
hantom_type_phantom_professional_learn declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11577: error: Public symbol string/p
hantom_type_phantom_standard declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11590: error: Public symbol string/p
hantom_type_phantom_standard_learn declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:12106: error: Public symbol string/v
2_academy_feedback_tag2 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:12109: error: Public symbol string/v
2_nativeexplore_gl_title declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:12110: error: Public symbol string/v
2_nativeexplore_tags_count declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11369: error: Public symbol string/v
2_product_type_litchixw declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11372: error: Public symbol string/v
2_product_type_longan declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11373: error: Public symbol string/v
2_product_type_n1 declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11364: error: PubliException in thre
ad "main" c symbol string/v2_product_type_unknow declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11530: error: Public symbol string/v
2_share_to_facebook declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11529: error: Public symbol string/v
2_share_to_qq declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11532: error: Public symbol string/v
2_share_to_tumblr declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11531: error: Public symbol string/v
2_share_to_twitter declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11533: error: Public symbol string/v
2_share_to_whatsapp declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11631: error: Public symbol string/v
2_upgrade_activity_upgrade_unknow_ssid_longan declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11629: error: Public symbol string/v
2_upgrade_activity_upgrade_unknow_ssid_p34k declared here is not defined.
C:\dji.pilot-43-2.6.0\res\values\public.xml:11630: error: Public symbol string/v
2_upgrade_activity_upgrade_unknow_ssid_p3c declared here is not defined.
brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.Br
utException: could not exec command: [C:\Users\YURY\AppData\Local\Temp\brut_util
_Jar_8173568600436782458.tmp, p, --forced-package-id, 127, --min-sdk-version, 16
, --target-sdk-version, 19, --version-code, 43, --version-name, @string/versionn
ame, -F, C:\Users\YURY\AppData\Local\Temp\APKTOOL7260373094810186881.tmp, -0, re
sources.arsc, -0, assets/build, -0, arsc, -I, C:\Users\YURY\apktool\framework\1.
apk, -S, C:\dji.pilot-43-2.6.0\res, -M, C:\dji.pilot-43-2.6.0\AndroidManifest.xm
l]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:465)
at brut.androlib.Androlib.buildResources(Androlib.java:403)
at brut.androlib.Androlib.build(Androlib.java:291)
at brut.androlib.Androlib.build(Androlib.java:261)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [C:\Users\YURY\AppData\Local\Temp\brut_util_Jar_81735686004367824
58.tmp, p, --forced-package-id, 127, --min-sdk-version, 16, --target-sdk-version
, 19, --version-code, 43, --version-name, @string/versionname, -F, C:\Users\YURY
\AppData\Local\Temp\APKTOOL7260373094810186881.tmp, -0, resources.arsc, -0, asse
ts/build, -0, arsc, -I, C:\Users\YURY\apktool\framework\1.apk, -S, C:\dji.pilot-
43-2.6.0\res, -M, C:\dji.pilot-43-2.6.0\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:425)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:451)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [C:\Users\YURY\App
Data\Local\Temp\brut_util_Jar_8173568600436782458.tmp, p, --forced-package-id, 1
27, --min-sdk-version, 16, --target-sdk-version, 19, --version-code, 43, --versi
on-name, @string/versionname, -F, C:\Users\YURY\AppData\Local\Temp\APKTOOL726037
3094810186881.tmp, -0, resources.arsc, -0, assets/build, -0, arsc, -I, C:\Users\
YURY\apktool\framework\1.apk, -S, C:\dji.pilot-43-2.6.0\res, -M, C:\dji.pilot-43
-2.6.0\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:419)
... 6 more

C:\Windows\System32>


Где китайцы собаку зарыли?
И ещё,поставил как писали apktool_2.0.3_fix2,но в строке по прежнему 2.0.2.
Может поставил криво? :

Прикрепленное изображение


usage: apktool
-advance,--advanced prints advance information.
-version,--version prints the version then exits
usage: apktool if|install-framework [options] <framework.apk>
-p,--frame-path <dir> Stores framework files into <dir>.
-t,--tag <tag> Tag frameworks using <tag>.
usage: apktool d[ecode] [options] <file_apk>
-f,--force Force delete destination directory.
-o,--output <dir> The name of folder that gets written. Default is apk.ou
t
-p,--frame-path <dir> Uses framework files located in <dir>.
-r,--no-res Do not decode resources.
-s,--no-src Do not decode sources.
-t,--frame-tag <tag> Uses framework files tagged by <tag>.
usage: apktool b[uild] [options] <app_path>
-f,--force-all Skip changes detection and build all files.
-o,--output <dir> The name of apk that gets written. Default is dist/name
.apk
-p,--frame-path <dir> Uses framework files located in <dir>.

For additional info, see: http://ibotpeaches.github.io/Apktool/
For smali/baksmali info, see: http://code.google.com/p/smali/

C:\Windows\System32>


Сам файл АРК,(великоват,посему на яндекс загрузил)

Подскажите ребят,чего делать?

Сообщение отредактировал yuriks1 - 14.02.16, 14:15



Реп: (5704)
yuriks1 @ 14.02.2016, 14:06 *
Может поставил криво?

Должно писать так:
Apktool v2.0.3 - a tool for reengineering Android apk files
with smali v2.1.0 and baksmali v2.1.0
Copyright 2014 Ryszard Wi?niewski <brut.alll@gmail.com>
Updated by Connor Tumbleson <connor.tumbleson@gmail.com>



Реп: (67)
Enyby @ 14.02.2016, 14:24 *
Должно писать так:

У меня 2.0.3 удаётся вызвать только через команду
java -jar C:\Windows\apktool.jar


Прикрепленное изображение


Ввожу apktool ,опять 2.0.2 o.O

Попробовал через
java -jar C:\Windows\apktool.jar в путь к паке с декомплитом
,та же хрень - ошибки...
Enyby @ 14.02.2016, 14:52 *
Все идентификаторы должны быть объявлены в ids.xml, но там нет тех, что в логе, вот оно и материться

С этим можно что нибудь сделать?



Реп: (67)
Enyby @ 14.02.2016, 15:14 *
Дык запускайте то, что скачали

Да эт я просто преименовал apktool_2.0.3_fix2.jar в apktool.jar :)
Сорри за назойливость,не могли бы Вы попробовать разобрать\собрать выложенный выше файл на своей машине - получится?
Просто он матерится всё время на разные файлы,последний раз забраковал все строки из public.xml



Реп: (67)
Enyby @ 14.02.2016, 15:42 *
Я именно это и сделал

Блин,я не не знаю как их прописывать(((((
Научите Христа ради (можно в личке что б тему не засорять)
И раз уж у Вас всё получилось,не могли бы Вы файлик в проге подменить?
Четыре дня русик писал,думал соберу и три дня пытаюсь всё в кучу собрать ((
Файл лежит по адресу :\dji260\res\values ,
Сам файлик Прикрепленный файлstrings.xml ( 308.95 КБ )

Извините за наглость,корысти не имею :)
Надежду питаю)

Сообщение отредактировал yuriks1 - 14.02.16, 22:19



Реп: (67)
Enyby @ 14.02.2016, 15:42 *
Я именно это и сделал, когда писал про...

Enyby @ 14.02.2016, 16:35 *
Я ничего не делал, файла у меня нет.
???
Файлы ids.xml в предыдущих версиях фактически идентичны,однако все предыдущие АПК отлично собираются и разбираются любой прогой.
В любом случае спасибо за попытку помочь!



Реп: (1714)
* yuriks1,
I: Процесс сборки... 15.02.2016 0:18:23

I: Using Apktool 2.0.3-b0eb58-SNAPSHOT
I: Copying D:\TOOLS\mod2\03\djipilot classes.dex file...
I: Copying D:\TOOLS\mod2\03\djipilot classes2.dex file...
I: Copying D:\TOOLS\mod2\03\djipilot classes3.dex file...
I: Building resources...
I: Copying libs... (/lib)
I: Building apk file...
I: Copying unknown files/dir...
I: Подпись
I: Восстанавливаем оригинальную подпись
I: Производим выравнивание картинок
I: Готовый к употреблению djipilot.apk сохранён в "D:\TOOLS\mod2\03\djipilot\dist\djipilot.apk"
I: djipilot - Собрано

I: Процесс сборки окончен! 15.02.2016 0:20:25

Для продолжения нажмите любую клавишу . . .


1) удалить в apktool.yml - ''
2) пересохранить в png картинки
libpng error: Not a PNG file
ERROR: Failure processing PNG image D:\TOOLS\mod2\03\djipilot\res\drawable-xxhdpi-v4\v2_avatar_default.png
libpng error: Not a PNG file
ERROR: Failure processing PNG image D:\TOOLS\mod2\03\djipilot\res\drawable-large-xhdpi-v4\v2_avatar_default.png

киты сменили расширение и в наглую кинули в апк...



Реп: (67)
Alexey arsenev @ 14.02.2016, 17:23 *
1) удалить в apktool.yml - ''

Нет тама - '' ,смотрел.
Картинки....
Посмотрел,всё в PNG ,лежат на своих путях,в своих форматах...
Ковыряю "ids.xml" методом от Enyby,походу тоже бестолку - шестой раз добавляю исключения и каждый раз новый список ошибок вылетает.
Походу рановато мне в эту кухню лезть :blush:



Реп: (5704)
yuriks1 @ 14.02.2016, 18:31 *
Посмотрел,всё в PNG ,лежат на своих путях,в своих форматах...

У меня тоже было
libpng error: Not a PNG file
ERROR: Failure processing PNG image \res\drawable-large-xhdpi-v4\v2_avatar_default.png
libpng error: Not a PNG file
ERROR: Failure processing PNG image \res\drawable-xxhdpi-v4\v2_avatar_default.png

Просто не стал об этом писать. Это jpeg файлы c png расширением.



Реп: (5704)
* yuriks1,
Я был не прав. Вся проблема как раз в этих двух файлах.
Пересохраняете их как png и все собирается без проблем.
Ничего писать в ids.xml не нужно.

Сообщение отредактировал Enyby - 14.02.16, 19:35



Реп: (67)
* Enyby,
Ни хрена не вышло!(((
Файлики сконвертил,тока судя по размеру там всё остальное тоже в джипеге...
Пробовал всеми способами запаковать - не лезет.
Спасиба мужики за поддержку,пайду убьюсь оп стену :angry:

ЗЫ
Не выдержал вернулся ещё раз попробовать.:)
Вы правы были мужики с картинками!
Теперь собирается оригинальный файл.Но гад с моим русиком не желает собираться)))
Ладно,уже прогресс,завтра буду ковырять,ещё раз спасибо за помощь!

Сообщение отредактировал yuriks1 - 14.02.16, 22:30



Реп: (67)
Enyby,Alexey arsenev - Спасиба мужики,без вас бы не справился!
Собрал гадину!!!



Реп: (82)
Ребят, помогите непонимающему человеку, ну все уже перепробывал, в инете искал решение, толком не нашел ничего(
Как исправить эту ошибку? Борюсь с ней уже которую неделю - хоть бы что
Parth редактировал - тоже не помогло
Java и JDK установлены последней версии. Сам Apktool установлен по инструкции. Правда, не знаю, что и делать уже, аж плакать хочется :resent: :hysterics: :(
Ошибка при декомпиляции
Прикрепленное изображение


Полная версия   Текстовая версия

Помощь   Правила

Сейчас: 28.03.24, 15:47