Regarding the compile error:

Apparently you kept "import android.R" in your source file. Replace it with the import for your own "R" class.

-- Kostya

22.03.2011 18:30, trans пишет:
But I still get an error:

[javac] Compiling 4 source files to /home/trans/workspace/microboard/bin/classes [javac] /home/trans/workspace/microboard/src/com/tabcomputing/android/microboard/Keyboard.java:170: cannot find symbol
[javac] symbol : variable styleable
[javac] location: class android.R
[javac] TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), R.styleable.Keyboard);

Any help would be very appreciated.


--
Kostya Vasilyev -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to