Anybody tried it?
I already had old Android SDK installed with Eclipse, with old workspace (named "workspace"). Recently, I update Android SDK R20, I tried new a HelloWorld using template of MasterDetailFlow. OK, it work as expected.
But when I create a new workspace (ex. "newworkspace") and create another HelloWorld, it always generate default java code with error:
in ItemListActivity.java The method onItemSelected(String) of type ItemListActivity must override a superclass method
in ItemListFragment.java The method onItemSelected(String) of type new ItemListFragment.Callbacks(){} must override a superclass method
I checked with HelloWorld in original workspace, the code are same, without error.
Any body can advise?
Please.