My project builds successfully, but when the project is deployed into the device I'm unable to debug the application. I've tried:
- deleting bin, obj
- restarting application.
But I'm still unable to debug.
This is the output:
C:\Users\AppData\Local\Xamarin\MonoForAndroid\AndroidSDK\tools\lint.bat --quiet --disable "UnusedResources,HardcodedDebugMode" --resources obj\Debug\res\ obj\Debug\
"lint.bat" exited with code 1.
Done building project "project.csproj". Build succeeded. An error occured. See full exception on logs for more details. "lint.bat" exited with code 1.
========== Build: 2 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========