I'm having problems with the properties tab in main.xml. I click on (for example) a TextView, then in the Properties tab I scroll down to the Text property. It is set to a value of @string/hello. I click that value, and a button with three dots (...) appears next to it. When I click that button, I'm supposed to get a list of available string resources from which to choose. Instead, when I click on it, nothing happens. This is happening in any of the Properties I try. What can I do?
I'm using Eclipse 3.5.2 on Ubuntu 10.04. I have tried:
I have a Windows installation of Eclipse with the Android SDK, and this problem is not happening there. But I want it to work on Ubuntu!
I'm using Eclipse 3.5.2 on Ubuntu 10.04. I have tried:
- closing and reopening the Properties tab
- restarting Eclipse
- restarting the computer
- starting a new Android project
I have a Windows installation of Eclipse with the Android SDK, and this problem is not happening there. But I want it to work on Ubuntu!