11-05-2009, 05:44 PM
|
#7 (permalink)
|
| Knows Where the Search Button Is
Join Date: Sep 2007 Model: 8830 PIN: N/A Carrier: Verizon
Posts: 24
Post Thanks: 0 Thanked 0 Times in 0 Posts
| For the record, in case it helps anyone else, here is the deprecated constructor that I was calling that throws this NoClassDefFoundError on OS 5.0:
TextField(String label, String value, int maxLength, long style)
I changed it to an EditField, and now everything works fine:
EditField(String label, String value, int maxLength, long style)
I wish that RAPC would catch this at compile time. |
| Offline
| |