Giter Club home page Giter Club logo

Comments (7)

kefir500 avatar kefir500 commented on August 22, 2024

Hi. Seems that application version code is invalid.
Try to change it to numberical value (10, for example).

from apk-icon-editor.

filmplus avatar filmplus commented on August 22, 2024

Hi. thank you for reply.
i did but not working again!
here is the results:

[16:00:30] Initializing...
[16:00:31] "JRE" 32-bit found:
[16:00:31] "java version "1.8.0"

Java(TM) SE Runtime Environment (build 1.8.0-b132)

Java HotSpot(TM) Client VM (build 25.0-b70, mixed mode)"
[16:00:31] "JDK" 32-bit not found!
[16:00:31] Language set to "en"
[16:00:32] Starting...

[16:00:36] Unpacking "C:/Users/Arizona/Desktop/TESTAPP.apk"
[16:00:36] aapt exit code: 0
[16:00:45] Unpacked in 8.333s
[16:00:45] Icons: ("res/drawable-ldpi/ic_launcher.png", "res/drawable-mdpi/ic_launcher.png", "res/drawable-hdpi/ic_launcher.png", "res/drawable-xhdpi/ic_launcher.png", "", "")
[16:00:45] Done.

[16:01:14] Packing APK...
Filename: "C:/Users/Arizona/Desktop/Test-Plus.apk"
Application name: "FilmPlus"
Application version code: "۱۱"
Application version name: "11"
Using Apktool: true
Ratio: 9
Smali: false
Sign: true
Zipalign: true
Using KeyStore: false
PEM found;
PK8 found;
KeyStore NOT found;
KeyStore Password: NOT present;
Alias: ""
Alias Password: NOT present;
[16:01:14] Resource values/strings.xml: app_name = 'FilmPlus'
[16:01:14] versionCode: "1" => "۱۱"
[16:01:14] versionName: "1.0" => "11"
[16:01:20] "C:\Users\Arizona\AppData\Local\Temp\apk-icon-editor\apk\AndroidManifest.xml:2: error: Error: No resource found that matches the given name (at 'versionCode' with value '??').

Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:\Users\Arizona\AppData\Local\Temp\brut_util_Jar_5841037062411234861.tmp, p, --forced-package-id, 127, --min-sdk-version, 9, --target-sdk-version, 17, --version-code, ??, --version-name, 11, -F, C:\Users\Arizona\AppData\Local\Temp\APKTOOL8562864509166682789.tmp, -I, C:\Users\Arizona\apktool\framework\1.apk, -S, C:\Users\Arizona\AppData\Local\Temp\apk-icon-editor\apk\res, -M, C:\Users\Arizona\AppData\Local\Temp\apk-icon-editor\apk\AndroidManifest.xml]

at brut.androlib.Androlib.buildResourcesFull(Androlib.java:435)

at brut.androlib.Androlib.buildResources(Androlib.java:363)

at brut.androlib.Androlib.build(Androlib.java:286)

at brut.androlib.Androlib.build(Androlib.java:258)

at brut.apktool.Main.cmdBuild(Main.java:236)

at brut.apktool.Main.main(Main.java:88)

Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:\Users\Arizona\AppData\Local\Temp\brut_util_Jar_5841037062411234861.tmp, p, --forced-package-id, 127, --min-sdk-version, 9, --target-sdk-version, 17, --version-code, ??, --version-name, 11, -F, C:\Users\Arizona\AppData\Local\Temp\APKTOOL8562864509166682789.tmp, -I, C:\Users\Arizona\apktool\framework\1.apk, -S, C:\Users\Arizona\AppData\Local\Temp\apk-icon-editor\apk\res, -M, C:\Users\Arizona\AppData\Local\Temp\apk-icon-editor\apk\AndroidManifest.xml]

at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:470)

at brut.androlib.Androlib.buildResourcesFull(Androlib.java:416)

... 5 more

Caused by: brut.common.BrutException: could not exec command: [C:\Users\Arizona\AppData\Local\Temp\brut_util_Jar_5841037062411234861.tmp, p, --forced-package-id, 127, --min-sdk-version, 9, --target-sdk-version, 17, --version-code, ??, --version-name, 11, -F, C:\Users\Arizona\AppData\Local\Temp\APKTOOL8562864509166682789.tmp, -I, C:\Users\Arizona\apktool\framework\1.apk, -S, C:\Users\Arizona\AppData\Local\Temp\apk-icon-editor\apk\res, -M, C:\Users\Arizona\AppData\Local\Temp\apk-icon-editor\apk\AndroidManifest.xml]

at brut.util.OS.exec(OS.java:89)

at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:464)

... 6 more

"
[16:01:20] Error (Apktool Error): Apktool Error

from apk-icon-editor.

filmplus avatar filmplus commented on August 22, 2024

may i send my apk for you to open it in your local tool?

from apk-icon-editor.

kefir500 avatar kefir500 commented on August 22, 2024

Of course.

from apk-icon-editor.

filmplus avatar filmplus commented on August 22, 2024

i left a message for you and attached the app.
please check.
thank you

from apk-icon-editor.

kefir500 avatar kefir500 commented on August 22, 2024

I'm not sure why the invalid version code is shown on your machine.
Try deleting 1.apk located at C:\Users%USERNAME%\apktool\framework.
Anyway, I've attached the repacked APK for you, check your email.

from apk-icon-editor.

filmplus avatar filmplus commented on August 22, 2024

Yes! i don't know how to say thank you bro.
iv'e got the new apk and it's working like a charm, and fully renamed.
cheers

from apk-icon-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.