Hello,
Yesterday I created a view in a package, then I decided to delete it. After a while I recreated it in a different package but I was not satisfied with the naming so I deleted the new one as well and created a view with the proper name in the same package. Since then my build always fails because of this error:
Caused by: java.lang.RuntimeException: Project contains views with the same id: ‘TDAT_TravelSummaryPreview’. See ‘com.agency.travel.view.diary.TravelSummaryPreview’ and '‘com.agency.travel.view.summary.TravelSummaryPreview’
I have delete cache, run a clean build, check all the IDs, even deleted and rebuild the complete db and still get this error message. Please advise what to do to solve this id issue.
Thanks,
Peter