Android Error Fix: No resource found that matches... (at 'text' with value '@string...')« Back to Questions List

Android converts strings differently than most systems so some characters are not legal – for instance, “&” cannot be used in an Android string, you must convert this to its ASCII value: & or &

You can write this directly in the text layer in Photoshop!

DEBUGGING:

You do not need to check the full PSD, often times you can look in Eclipse or Android Studio and you will see a [x] beside the string file that has the invalid characters. Check which element in the string file is incorrect – then reference that element in your PSD.

This should save you lots of debugging time!

In future updates we will convert these strings on the fly - less work for you!
Added July 13, 2015 3:09 pm

Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!

2093 views
0 answers
Last Answered 9 years ago by admin

Recent Answers

asked by nmax
asked by shanrt
asked by Ali Sodikin
[+] View All Recent Questions

Share Your Knowledge!

Contribute to the community and help other users to benefit from your answer with experience and knowledge.