Это последняя версия, которую мы развертываем с помощью Xamarin Forms, после чего мы переключаемся на флаттер. Но нам нужна эта версия для подготовки к переходу.
- Целевая платформа: .NET Standard 2.0
- Целевая версия Android : Android 14.0 (уровень API 34).
- Скомпилируйте с использованием версии Android: Android 13.0 (невозможно выбрать более высокую версию).
- Используйте быстрое развертывание. (деактивировано)
- Дополнительные параметры Android — поддерживаемые архитектуры: Armeabi-v7a;x86_64;arm64-v8a
- Visual Studio 2022: версия 17.12.2< /li>
Эмулятор: Pixel 6 Pro — API 33
> am start -D -a "android.intent.action.MAIN" -c "android.intent.category.LAUNCHER" -n "com.test.testing/crc6482ec456c74a2c136.SplashActivity"
> Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.test.testing/crc6482ec456c74a2c136.SplashActivity }
[.Testing] Late-enabling -Xcheck:jni
[.Testing] Using CollectorTypeCC GC.
[.Testing] Unexpected CPU variant for x86: x86_64.
[.Testing] Known variants: atom, sandybridge, silvermont, kabylake, default
[CompatibilityChangeReporter] Compat change id reported: 171979766; UID 10175; state: ENABLED
[System.out] Sending WAIT chunk
[System.out] Debugger has connected
[System.out] waiting for debugger to settle...
[System.out] waiting for debugger to settle...
[System.out] waiting for debugger to settle...
[System.out] waiting for debugger to settle...
[System.out] waiting for debugger to settle...
[System.out] waiting for debugger to settle...
[System.out] debugger has settled (1387)
[nativeloader] Configuring classloader-namespace for other apk /system/framework/org.apache.http.legacy.jar. target_sdk_version=34, uses_libraries=ALL, library_path=/data/app/~~BFtrfUGM32UOgD29gClmkA==/com.test.testing-SQIu3WS69LUgA4mgbcwTKA==/lib/x86_64:/data/app/~~BFtrfUGM32UOgD29gClmkA==/com.test.testing-SQIu3WS69LUgA4mgbcwTKA==/base.apk!/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/com.test.testing
[ziparchive] Unable to open '/data/app/~~BFtrfUGM32UOgD29gClmkA==/com.test.testing-SQIu3WS69LUgA4mgbcwTKA==/base.dm': No such file or directory
[ziparchive] Unable to open '/data/app/~~BFtrfUGM32UOgD29gClmkA==/com.test.testing-SQIu3WS69LUgA4mgbcwTKA==/base.dm': No such file or directory
[nativeloader] Configuring classloader-namespace for other apk /data/app/~~BFtrfUGM32UOgD29gClmkA==/com.test.testing-SQIu3WS69LUgA4mgbcwTKA==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~BFtrfUGM32UOgD29gClmkA==/com.test.testing-SQIu3WS69LUgA4mgbcwTKA==/lib/x86_64:/data/app/~~BFtrfUGM32UOgD29gClmkA==/com.test.testing-SQIu3WS69LUgA4mgbcwTKA==/base.apk!/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/com.test.testing
[GraphicsEnvironment] ANGLE Developer option for 'com.test.testing' set to: 'default'
[GraphicsEnvironment] ANGLE GameManagerService for com.test.testing: false
[GraphicsEnvironment] Neither updatable production driver nor prerelease driver is supported.
[NetworkSecurityConfig] No Network Security Config specified, using platform default
[NetworkSecurityConfig] No Network Security Config specified, using platform default
[monodroid] Creating public update directory: `/data/user/0/com.test.testing/files/.__override__`
[.Testing] Attempt to remove non-JNI local reference, dumping thread
[monodroid-debug] Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=10.0.2.2:49376,embedding=1
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.Android.Arch.Core.Common.dll
Loaded assembly: Testing.App.Android.dll
Loaded assembly: AutoMapper.dll [External]
Подробнее здесь: https://stackoverflow.com/questions/792 ... -debugging