Hello everyone!! I’m new to unity I’ve been trying to export the project for over 2 weeks in the android version to be able to publish on the play store… but I’m desperate I can’t find solutions can anyone help me??? my version of unity and Unity 2022.3.5f1 I’m losing patience and it’s not the first time this happens…
but maybe I’m wrong in the setting?? I have no idea I followed some guide but I really can’t get out of it … it’s impossible to lose all this time
I thank you in advance
Send the full errors.
And if you use any custom manifest or anything also send that
tnk you for answer me…
in attachement full error
Start with a blank project without all the custom android stuff and work from there.
Setting up custom files for builds is tedious and something there is causing the issue
but i’m done… should i reprogram from scratch???
In a blank project you can get an android build working first, then you can copy over the custom build files.
Never start building to device when you’re done. Start with that
so if I understand correctly… do I create a new project… as it is also empty… do I try to publish it and if it succeeds, do I export the work done?
Yes. First get it working in a totally empty project. If that works compare the files to the one in finished proj
ok now i have buid a empty project like you say… and is done!!!
finished proj??? where is??
forgive me how do I compare the file??? which file are you talking about?? I’m doing the build that gives me the .aab extension now as you said it generated it for me and I should send it to google… but we always talk about the empty project… so now?? What do I have left to do once I see that it works??
The android publishing files.
Depends how you set those up. Those are probably breaking the builds
forgive me you’re the only one who answers me and I only thank you for this… maybe I forgot to say that I’m totally new and I really don’t understand what I have to do… can’t you guide me step by step please?? cuz i’m not getting there… i guess that’s the problem but i really don’t know how to fix it…
If you don’t understand what you are doing, why do you have all those custom android files in 4.jpg?
Remove those files and try again
how to remove it?? just unchecked?
if you talk about it i just follow a tutorial on youtbe…
Yes, and remove or modify the files if it works I guess
but i try to export in android…
I know, but you shouldn’t need any custom publishing files. Hence I said to start in a blank project, since they’re not there.
I might not respond to anymore messages here. Just start testing in a blank project with guides
now working i can export for google playstore and publish… but a game crashed… if i export for test in apk… all working… what happens??
Log the crash and see what causes it (using logcat etc)
what would be logcat??