0

i just setup the android studio (version 1.5) on my mac for each time i create a new project same error appear

the following class could not be found android.support.v7.internal.app.windowDecoration

i just tried every solution mentioned here but same problem persist

have a nice day

The following classes could not be found: android.support.v7.internal.app.WindowDecorActionBar, ERROR :rendering problems The following classes could not be found android.support.v7.internal.widget.ActionBarOverlayLayout, and Error: "The following classes could not be found: - android.support.v7.widget.GridLayout" after upgrading Android SDK Tools

Community
  • 1
  • 1
Zakaria Darwish
  • 358
  • 5
  • 22

1 Answers1

1

solve the problem by this way:

  1. Import support library as a project from "sdk/extras/android/support/v7/appcompat".
  2. Reference library in your project (for Eclipse, "Properties - Android - Add").
  3. Build projects (for Eclipse, "Projects - Build All"). Make sure, you have "android.support.v7.appcompat" in your main project gen folder.
  4. If it doesn't worked - clean and rebuild project.
sud
  • 505
  • 1
  • 4
  • 12