Android - App.json icon and version code not working.

Hi All! The only way I’ve been able to update the versionCode is to edit the build.gradle file, and I also can’t get my app icon to display. I assume there is something within my edits in build.gradle overriding app.json, but I’m not sure how to reset it? I run eas build and eas submit to deploy my app. I do not have any issues with IOS.

Thank you!

Hi @accountableapp

I suspect you ran something like expo run:android at some point. This has the effect of basically turning your app into a “bare workflow” app.

See here for what you can do:

This is so helpful thank you!!

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.