Help... For about two weeks I get this error:
C:\PinnergyProjects\eTicket\eTicket\AAPT: Error: resource directory 'C:\PinnergyProjects\eTicket\eTicket\obj\Debug\resourcecache\B06791E785656CB8B1C136399A7A120D\res' does not exist (eTicket).
I've been rebuilding the app from scratch, but this is getting time consuming. I don't know what I'm doing to invoke the wrath of the programming gods.
I'm building a list with fragment, and it was working somewhat ok until I starting getting theses errors....now it is in all of my existing apps
Verify that you've got the right target SDK framework levels installed in the SDK Manager. I've seen similar errors during build when some of them are missing.
or Remove Android SDK Build-tools v24
Install Android SDK Build-tools v23.0.3 and install
or
This error mainly occurs due to the name of files in your project, check these first, look also if the names have symbols and spaces, Remove any special symbol in files or resources names.
Answers
Are you using Visual Studio? If so, you might get some more detailed information about the error if you turn on Diagnostic level build output. You can do that by going to Tools -> Options -> Open the Projects and Solutions on the left side -> change MSBuild project build output verbosity to Diagnostic. This won't directly solve your problem, but it might help you track down the root cause. Best of luck.
Hi,
Have you find solution to that?
Thanks.
@CharlesSmith.6804 @Sturgmeister Could you please share the solution to that?
Thanks.
@CharlesSmith.6804
Verify that you've got the right target SDK framework levels installed in the SDK Manager. I've seen similar errors during build when some of them are missing.
or Remove Android SDK Build-tools v24
Install Android SDK Build-tools v23.0.3 and install
or
This error mainly occurs due to the name of files in your project, check these first, look also if the names have symbols and spaces, Remove any special symbol in files or resources names.