开发者

problem with latest Eclipse plugin for Black Berry - unable to find scroll view

开发者 https://www.devze.com 2023-03-20 11:56 出处:网络
I have a Black berry application and the targeted device 8520 has 4.5 os and i have eclipse hel开发者_Go百科ios (latest one), when i try to run the app it will compile and install the app

I have a Black berry application and the targeted device 8520 has 4.5 os and i have eclipse hel开发者_Go百科ios (latest one), when i try to run the app it will compile and install the app

but when i try run the app it is displaying "Error Strating: ..Ui.ScrollView not available"

kindy help me to resolve this issue

Thanks, Nag


ScrollView is only available in 6.0 and above devices. Check what JDK you're compiling against, and you'll probably see that it isn't 4.5.

0

精彩评论

暂无评论...
验证码 换一张
取 消