Gowtham
Gowtham

Reputation: 12180

Eclipse default project problems

I'm just now downloaded and installed Android SDK and SDK in my Ubuntu system and I've successfully linked them. I created a new Android Project but, on the default creation there is a class named R as shown in the image below and it is showing some error on it when I build the default project.

enter image description here

Upvotes: 0

Views: 66

Answers (1)

Sam
Sam

Reputation: 546

Go to Android Sdk Manager and install android-build-tools. after installation clean project, so it can generate the R.java in gen folder.

Upvotes: 1

Related Questions