I can't deploy an Android App on visual studio 2022

RAFOO

New member
Joined
May 18, 2024
Messages
4
Programming Experience
10+
I tried to Deploy a simple Android with WebView2, with no success.
On the output windows I have the following text, can you help please?

:Build started at 14:16...

1>------ Build started: Project: App3-Webview, Configuration: Release Any CPU ------
Restored C:\Users\ProBook\source\repos\App3-Webview\App3-Webview.csproj (in 649 ms).

1> App3-Webview -> C:\Users\ProBook\source\repos\App3-Webview\bin\Release\Paroquia_Ramalde.dll1>C:\Program Files (x86)\Android\android-sdk\tools\proguard\proguard-android.txt : warning XA4304: ProGuard configuration file 'C:\Program Files (x86)\Android\android-sdk\tools\proguard\proguard-android.txt' was not found.1>

R8 : warning : Missing class androidx.concurrent.futures.CallbackToFutureAdapter$Completer (referenced from: void androidx.browser.trusted.ConnectionHolder.cancel(java.lang.Exception) and 1 other context)2>------ Deploy started: Project: App3-Webview, Configuration: Release Any CPU ------

2>Error: Cancelled========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ====================

Build completed at 14:16 and took 47,491 seconds ====================
Deploy: 0 succeeded, 1 failed, 0 skipped ====================
Deploy completed at 14:16 and took 47,491 seconds ==========
 
Back
Top Bottom