Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute? strings.xml
It happens in string files on strings with %
"%s/%s (Linux; Android)"
You should change it to
"%1$s/%2$s (Linux; Android)"
Source: developer.android.com