0

So here hare the errors im getting:

Below is the picture of the Error:

the project file screen shot


And below is the picture of my Project Window:

Project Window

I have all the values and fields defines in the setup.xml. However eclipse is saying that it cannot find the values/fields. Why is that? If you look at the oncreate method im trying to launch setup.xml. If you look on the left hand side of the screen shot i clearly have setup.xml.

Nadeem Iqbal
  • 2,357
  • 1
  • 28
  • 43

1 Answers1

0

Your problem is related to styles_base.xml error - file of appcompat library. Easiest option is remove dependency on appcompat. Right click your project > Properties > Android > Library > Remove the reference to the appcompat. Make sure your code is not using it anymore. For further knowledge check here: AppCompat Dependency

Community
  • 1
  • 1
ZakiMak
  • 2,072
  • 2
  • 17
  • 26