You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no error or warning in the build logs; except, the Android NDK is showing truncated path. My NDK is at C:\Program ...\android-sdk\ndk-bundle\ but not sure why it's showing as shown below.
Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.)
Affected platform version
VS2022 17.3.1
Description
Previously with VS2019, I'm able to release my classic xamarin form android app in hybrid aot using the following:
However, after upgrade to VS2022 17.3.1, I'm still able to build and deploy to device, but the app just display a white blank screen
When I disable the hybrid aot (in above) in the csproj and enable profile aot (as shown below), it works fine.
There is no error or warning in the build logs; except, the

Android NDK
is showing truncated path. My NDK is atC:\Program ...\android-sdk\ndk-bundle\
but not sure why it's showing as shown below.build_log.txt
Steps to Reproduce
Sample Code:
App4.zip
Release
configurationDid you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: