Reputation: 105
So I got:
class name (com/example/user/timetable_test/setup/SetTable$PlaceholderFragment) does not match path (com/example/user/timetable_test/setup/setTable$PlaceholderFragment.class)
I just made this activity and I am getting this error. I can see that there is a difference in the case, but I don't know how to fix this.
BTW, this is supposed to be tabbed activity.
Upvotes: 3
Views: 5517
Reputation: 1223
just clean your project Build --> Clean Project
for more try in the following link
Android studio gradle error with top-level exception
Upvotes: 6