Re: [android-beginners] Cannot get versionName when it set with string reference

2010-03-11 Thread Justin Anderson
I get the same results... Anyone know of any workaround for this? -- There are only 10 types of people in the world... Those who know binary and those who don't.

[android-beginners] Cannot get versionName when it set with string reference

2009-12-15 Thread TopCat
Hi, all I've read the android document and it say that manifest's android:versionName can be set with string reference. but when I set it as following: android:versionName=@string/version and in strings.xml I wrote: string name=version1.2.7/string and try to read it by code: