[ad_1]
Use getIdentifier()
int id = getResources().getIdentifier("abs__home", "string", getPackageName());
if the name (abs__home) does not exits inside the resources, you will get 0
1
[ad_2]
solved parse R.java class
[ad_1]
Use getIdentifier()
int id = getResources().getIdentifier("abs__home", "string", getPackageName());
if the name (abs__home) does not exits inside the resources, you will get 0
1
[ad_2]
solved parse R.java class