From the documentation
you need to use a USB cable and enable debugging on your device. Follow instruction HERE for enabling USB debug.
Taifun
From the documentation
you need to use a USB cable and enable debugging on your device. Follow instruction HERE for enabling USB debug.
Taifun
Yup. I did it. But maybe I did something wrong. I don’t believe it, but it’s possible. I will try again. Tnx
Hi Taifun,
You were correct (again). I had not enabled usb debugging.
Fixed that, I found error 908 in the log, and it started happening after the last kodular update.
I tried to fix it with the DeclareReadWrite.aix extension, but it didn’t work.
I read that google does not accept some of the proposed solutions.
I want to publish the app on the play store. Is there any temporary fix for this while the devs don’t fix the problem?
You dragged the extension into the working area?
See also here
Taifun
How do the permissions in your manifest look like?
Taifun
I don’t know how to see this.
I tried using the “apk editor studio” as Anke taught in How to customize the Manifest → example: Companion APK, but the following error always appears: Error unpacking APK.
That is, to fix the problem I always need to fix other things first.
This app worked fine. I needed to update it, and for that I even became Premium.
But I just can’t fix the problem on my own…
Well, this is another problem. Sorry for the rant.
Is there another way to check the manifest?
Also, this app is relatively new, and needs to be compiled in aab. But this is also another situation to resolve later…
in post #8 of that thread it is explained what you can do in case you get an error
Taifun
Taifun, I changed the Manifest as Anke taught, and now it works.
I Replaced line
uses-permission android:maxSdkVersion="29" android:name="android.permission.WRITE_EXTERNAL_STORAGE"/
with
uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/
.
Now the question is: How to change the aab manifest??
You don’t need to modify aab manifest Convert apk to aab now
first download the apk from https://github.com/sensei-z/APK2AAB/raw/main/Android-Tool/APK2AAB.apk
This apk is developed by @Shreyaa and its very good. I used it personally.
Here is an video
Also there are 2 questions regarding this
Now its working fine in all android version also can you please share your permission blocks.
Also do you use that bodymindpower extension to declare permission in manifest?
I used apk2aab and was able to generate the aab file.
But I couldn’t install the package.
Do I need to use ZipSigner too?
In the video I didn’t understand what it’s for (I don’t understand this language).
If I need to use it, where can I find the package to install?
I couldn’t find it on the play store
Thanks in advance
Yes you have to install the android key in that aab.
Download key from Kodular - Preference- Export key
ok. Now i have the keystore exported from kodular.
do you have the zipsigner apk?
Hello everyone!
I tried to use APK2ABB but it doesn’t work with my Apk.
Do you know of any other option? I need to convert my Apk with its new manifest to Aab to upload my update to Googleplay.
Grateful
Hi can you share with us the code blocks, please I am also having a problem with external storage but I tried this app and it works. this app