Reputation: 29
I am new at mobile programming. I just started with MAUI Project at Visual Studio. There is an API wrote by myself. And this mobile app will send requests and get datas from my API.
I wrote the codes with Visual Studio. I am using the emulator in Android Studio as an emulator. Project wrote with .net8.0 and android34.0 API.
When I want to run the code by debugging, it is loaded into the emulator. However, the message 'Waiting for debugger' remains on the first screen. Force Close keeps you waiting forever if you don't click.When I want to run it without debugging, the application is running in the emulator, but I can't find the error when it gives an error.
If necessary, I can share the requested codes and details. Thank you for your help in advance.
Upvotes: 1
Views: 53