Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error : android.content.res.Resources$NotFoundException: String resource ID #0x0 #48

Open
jvankooo opened this issue Jul 6, 2021 · 6 comments

Comments

@jvankooo
Copy link

jvankooo commented Jul 6, 2021

Unity expects a string called 'game_view_content_description' which is missed while bundling the app. Thus, resource not found exception occurs.

Adding <string name="game_view_content_description">Game view</string> to Strings.xml solves the issue.

@CSaratakij
Copy link

Thank you for release me from 2 hours of pain...

@bk138
Copy link

bk138 commented Jun 17, 2022

@JaneWu423
Copy link

Life saver...

@ag-richa-13
Copy link

I added "Game view", but still it is not working.

@Mustafax06
Copy link

I added "Game view", but still it is not working.

The key (ID) is required, not the value

@Vamsiraj13
Copy link

So if we just add this unused string in the strings.xml file, the issue will be fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants