Alcinoe
Alcinoe copied to clipboard
DeployProjNormalizer
after MSBuild add in manifest:
<provider
....
android:resource="@xml/provider_paths" />
</provider>
in *.deployproj:
<DeployFile Condition="'$(Config)'=='Release'" Include="Android\Release\provider_paths.xml">
when launched , the DeployProjNormalizer.exe deletes this link "provider_paths.xml", as a result of which MSBuild DEPLOY it says that provider_paths was not found
can you post here or send me in private the dproj so that I can investigate on it ?