-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Unable to deploy after rebuild #106
Comments
This may be an uno issue. If you can create a binlog of the issue reproducing, we may be able to find a fix. |
@jeromelaban I recorded all the binlogs for the steps mentioned by Nick. Let me know if it's something here or on Uno. |
Maybe related to? dotnet/android#6534 Also, the |
@pictos Would you be able to test if
|
@Youssef1313 I'll give it a try and post the results here ASAP |
dotnet/android#7780 have fixed a similar error. I tried to include what is in that PR like this: <Target Name="WorkaroundXamarin7780" Condition="'$(_ResizetizerIsAndroidApp)' == 'True'" AfterTargets="_ResolveLibraryProjectImports">
<ItemGroup>
<FileWrites Include="$(_AndroidLibraryProjectImportsCache)"
Condition="Exists ('$(_AndroidLibraryProjectImportsCache)')"/>
</ItemGroup>
</Target> but it didn't work. Also force running I found a different way to force run this target by deleting I'm out of ideas. |
Current behavior
Forcing a rebuild on Mobile project prevents Android app from being able to be deployed with following errors:
12:59:43:995 APT2260: resource drawable/splash_screen (aka com.companyname.UnoApp1:drawable/splash_screen) not found.
12:59:43:996 APT2260: resource drawable/splash_screen (aka com.companyname.UnoApp1:drawable/splash_screen) not found.
12:59:43:996 APT2260: resource drawable/splash_screen (aka com.companyname.UnoApp1:drawable/splash_screen) not found.
12:59:43:996 APT2260: resource drawable/splash_screen (aka com.companyname.UnoApp1:drawable/splash_screen) not found.
12:59:43:996 APT2062: failed linking references.
Expected behavior
No errors and successful deploy/run
How to reproduce it (as minimally and precisely as possible)
Environment
Nuget Package:
Package Version(s):
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: