Rim Vo
Rim Vo

Reputation: 22

Xamarin.New blank Cross-platform App(Native Portable) can't start running

I have created new cross-platform Blank App(Native Portable), but the app was not running.

I got output message:

Android application is debugging. The application could not be started. Ensure that the application has been installed to the target device and has a launchable activity (MainLauncher = true).

Additionally, check Build->Configuration Manager to ensure this project is set to Deploy for this configuration

I'm sure that MainLauncher is set True and this project is set to Deploy. I've already installed the Android SDK platform for API Level 17,19 and 23.

Application setup: enter image description here

Xamarin version: enter image description here

Could you please give me any solution to resolve this problem? Thanks!

Upvotes: 0

Views: 164

Answers (1)

Matt
Matt

Reputation: 4602

I could not reproduce this problem. Usually minor problems in Xamarin can be solved by cleaning and rebuilding whole solution.

Upvotes: 0

Related Questions