Skip to content

Commit 0c2e67f

Browse files
authored
Merge pull request #8034 from unoplatform/dev/jela/android12-debug
fix: Android 12 debugging with VS 2022 Previews
2 parents ebfcacf + 8332e6b commit 0c2e67f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SamplesApp/SamplesApp.Droid/SamplesApp.Droid.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3232
<DebugSymbols>true</DebugSymbols>
33-
<DebugType>full</DebugType>
33+
<DebugType>portable</DebugType>
3434
<Optimize>false</Optimize>
3535
<OutputPath>bin\Debug\</OutputPath>
3636
<DefineConstants>DEBUG;TRACE;XAMARIN;HAS_UNO</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
<AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
4040
<AndroidLinkMode>None</AndroidLinkMode>
41-
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
41+
<EmbedAssembliesIntoApk>false</EmbedAssembliesIntoApk>
4242
<AotAssemblies>false</AotAssemblies>
4343
<EnableLLVM>false</EnableLLVM>
4444
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>

0 commit comments

Comments
 (0)