Hi, I made my app in Kodular, lately made a checkpoint to make final release version, and changed the custom package name.
However, after doing this, I cannot ‘open’ my ‘installed’ apk file in my phone.
I have read
community article and erased all the other versions of this app in my phone.
However, I still cannot open the app after this, and it does not work even I erase custom package name.(making it default)
My app works in Companian but when I install it doesn’t show in app-list but shows in settings of my device. My other apps work in my device leaving one.
@Boban thanks for this.
I didn’t read the whole but found a solution to it.
I exported the app’s aia then using 7zip I changed the package name to my latest package and renamed the aia and then exported it as apk and it worked.
Please mark solution if it works.
@Boban@Kshitij This method works. Thank you both for answering.
I exported the aia, changed the file to .zip, and extracted.
Then I went to src \ io \ kodular \ my username \ my project name.
In there, I erased all the authURL information from every scm file to authURL":.
In fact, I had three authURL information: Thunkable, c.kodular.io, and creator.kodular.io.
I suspect this was the problem.