Incremental build issue when adding Android resource #9588
Labels
Area: Android Resources
Issues with Android Resources (aapt, etc)
Area: App+Library Build
Issues when building Library projects or Application projects.
Android framework version
net9.0-android
Affected platform version
.NET 9.0.101
Description
Adding a new Android resource to a project causes the incremental build to error with:
This error comes from the
Aapt2Compile
task. It is looking for\obj\Debug\net9.0-android\res\layout\activity_two.xml
but that file doesn't exist. Presumably some previous incremental step is not running and copying it there?binlog.zip
Steps to Reproduce
The text was updated successfully, but these errors were encountered: