Is there a function like the \"open declaration\" in eclipse, that we can use in the new Android Studio?
Just like F3
button.
^B on the variable.
There is, but it doesn't work sometimes (unlike Eclispe where it always works). Build project. Searches don't work when using Find Usages nor Go to Implementation etc. Free text searches do work. seems to be a disconnect in how AS loads the gradle projects.
The good news is if you create a brand new project with all the defaults then these things work. The project we have was ported from Eclipse to Android Studio by a mobile consultancy based in Austin; so, looks like the porting process is not clean.
In conclusion, the project in which these did not work was fixed by using Import, by using Java 7 (had to fix class path, delete Oracle symlink, etc), and by installing a git client and setting it up to run from the command line. After that, the project not only can be imported but features such as Go To->Declaration started working. And the "NullException" messages which occurred often in Android Studio went away.