Java 8 is not installed on your pc download it and add to your environment variables system path
âtime consuming:7.52773118019104 Unzip input_apk status:0 msg:
âParse apk information
name âyamlâ is not defined
Here is the all log.
Please help me thank you so much.
Welcome to the Community !
Please read the Posts Above Maybe They Can Resolve Your Issue
Check your Python Version and try if the above thing is not your issue
Hello Shreya i am still getting the same error after installing java 8 and adding it to the environment variables. I had already modified my apk to api 30. Can you please change it to AAB for me. Its really important.
Thanks in advance
@Mohammed_Arif you can read some above post because your issues is regarding to java 8
kindly this read post java guide
your output folder is not a correct path "./"
make a folder on desktop then add the path
Install your modified apk on your device it seems like there is an problem with your modified apk
which software did you use for editing apk file ??
Thank you shreya. It worked. Thanks a lot
requirements.txt text didnât exist in your dir
type dir
and see check did requirements.txt
exist there
if not then delete the tool from C:\Users\hp avijit
and download again because the screenshot you provided it say the tool already exist in your path
by the way Kodular has released the update you can export the AAB file from builder
okay did you tried what i said ??
Problem fixed after trying this. Thanks for helping me
I get this error and still didnât find a solution, please help
C:\Users\ayoub\APK_TO_AAB>python run.py -i âC:\Users\ayoub\APK_TO_AAB\in\smartremote.apkâ -o âC:\Users\ayoub\APK_TO_AAB\out\test.aabâ
âEnvironment & parameter verification
[Current system]:Windows
[Current system JAVA version]*****:
java version â1.8.0_291â
Java⢠SE Runtime Environment (build 1.8.0_291-b10)
Java HotSpot⢠64-Bit Server VM (build 25.291-b10, mixed mode)
[Enter apk]:C:\Users\ayoub\APK_TO_AAB\in\smartremote.apk
[Output aab]:C:\Users\ayoub\APK_TO_AAB\out\test.aab
[sign]:C:\Users\ayoub\APK_TO_AAB\libs\android.keystore,storepass:android,alias:androidkey,keypass:android
âkeytoolâ nâest pas reconnu en tant que commande interne
ou externe, un programme exĂŠcutable ou un fichier de commandes.
######################################################
Window does not check, to avoid libraries without openssl
######################################################
[apktool]:C:\Users\ayoub\APK_TO_AAB\libs\apktool-2.5.2-fixed.jar
[apktool version number]:------
2.5.1-dirt
[aapt2]:C:\Users\ayoub\APK_TO_AAB\libs\aapt2\Windows\aapt2
[aapt2 version number]:------
Android Asset Packaging Tool (aapt) 2.19-7147631
[android]:C:\Users\ayoub\APK_TO_AAB\libs\android_sdk.jar
[bundletool]:C:\Users\ayoub\APK_TO_AAB\libs\bundletool-all-1.8_fix.jar
[bundletool version number]:------
1.6.1
âtime consuming:0.6086809635162354 Environment & parameter verification status:0 msg:success
âUnzip input_apk
I: Using Apktool 2.5.1-dirt on smartremote.apk
I: Loading resource tableâŚ
I: Decoding AndroidManifest.xml with resourcesâŚ
I: Loading resource table from file: C:\Users\ayoub\AppData\Local\apktool\framework\1.apk
I: Regular manifest packageâŚ
I: Decoding file-resourcesâŚ
I: Decoding values / XMLsâŚ
I: Copying raw classes.dex fileâŚ
I: Copying raw assets.dex fileâŚ
I: Copying raw classes2.dex fileâŚ
I: Copying raw classes3.dex fileâŚ
I: Copying raw assets/audience_network.dex fileâŚ
I: Copying assets and libsâŚ
I: Copying unknown filesâŚ
I: Copying original filesâŚ
âtime consuming:5.231907367706299 Unzip input_apk status:0 msg:
âParse apk information
âtime consuming:0.012963056564331055 Parse apk information status:0 msg:success
âBuild public.txt
âtime consuming:0.021939992904663086 Build public.txt status:0 msg:success
â[base]-Build the module compression package
â[base]-Compile resources
temp_20210930024817\decode_apk_dir\res\values\public.xml:2364: error: resource âdrawable/$avd_hide_password__0â has invalid entry name â$avd_hide_password__0â. Invalid character â$avd_hide_password__0â.
temp_20210930024817\decode_apk_dir\res\values\public.xml:2365: error: resource âdrawable/$avd_hide_password__1â has invalid entry name â$avd_hide_password__1â. Invalid character â$avd_hide_password__1â.
temp_20210930024817\decode_apk_dir\res\values\public.xml:2366: error: resource âdrawable/$avd_hide_password__2â has invalid entry name â$avd_hide_password__2â. Invalid character â$avd_hide_password__2â.
temp_20210930024817\decode_apk_dir\res\values\public.xml:2367: error: resource âdrawable/$avd_show_password__0â has invalid entry name â$avd_show_password__0â. Invalid character â$avd_show_password__0â.
temp_20210930024817\decode_apk_dir\res\values\public.xml:2368: error: resource âdrawable/$avd_show_password__1â has invalid entry name â$avd_show_password__1â. Invalid character â$avd_show_password__1â.
temp_20210930024817\decode_apk_dir\res\values\public.xml:2369: error: resource âdrawable/$avd_show_password__2â has invalid entry name â$avd_show_password__2â. Invalid character â$avd_show_password__2â.
temp_20210930024817\decode_apk_dir\res\values\public.xml: error: file failed to compile.
âtime consuming:3.6871654987335205 [base]-Compile resources status:1 msg:
[base]-Compile resource error task [base]-Compile resources Execution abnormal status:1 msg:
â[base]-Associated resources
lg: error: failed to open file: Le fichier spâÂŽcifiâÂŽ est introuvable. (2).
error: failed parsing input.
âtime consuming:0.28523802757263184 [base]-Associated resources status:1 msg:
task [base]-Associated resources Execution abnormal status:1 msg:
I tried changing only the targetSdkVersion
And also tried swapping all 3, platformBuildVersionCode, compileSdkVersion and targetSdkVersion.
Even so when I compile the app the app always breaks, it just doesnât install. Iâve tried it by apk editor, by mt maneger, and by that editor you recommended! And it didnât work ;(
Would you help me?
Why are you trying to change target SDK? compliled app targets SDK 30
Target SDK must be at 30 to upload to play store correct?
Yes but Kodular targets SDK 30 from 15/9/2021
this guide is now obsolete, because
I will close itâŚ
Taifun