MAUI APP does not run, android-API34 issue ?
Hi everyone, i’m facing a problem using dotnet 8.0 and Maui. I read that an android api is automatically associated to a dotnet version. So for .Net 8.0 the android api is 34.0
I installed the Maui workload and created a new project, then i ran(build) it without any modifications and all the necessay packages installed without issues
But when i go to the generated bin folder and run windows app it does’nt even show up, For android part i installed the signed-apk in virtual device and here is what i get :
I found somewhere that this was the api 34 issue, i tried to install .Net 7.0-API 33 and .Net 9.0-API 35.0 but facing the same problem. What should i do now… please help me
THNKS!!!
Hi everyone, i’m facing a problem using dotnet 8.0 and Maui. I read that an android api is automatically associated to a dotnet version. So for .Net 8.0 the android api is 34.0I installed the Maui workload and created a new project, then i ran(build) it without any modifications and all the necessay packages installed without issues But when i go to the generated bin folder and run windows app it does’nt even show up, For android part i installed the signed-apk in virtual device and here is what i get : I found somewhere that this was the api 34 issue, i tried to install .Net 7.0-API 33 and .Net 9.0-API 35.0 but facing the same problem. What should i do now… please help meTHNKS!!! Read More