The application could not be started Xamarin -
i using xamarin after run app in mobile dives huawei give me message error
the application not started. ensure application has been installed target device , has launchable activity (mainlauncher = true). additionally, check build->configuration manager ensure project set deploy configuration.
rename package name name right click project , select properties > android manifest > package name rename another.
example: if old package name (com.xamarin.acquaintforms)
changed new name (com.xamarin.acquaintforms.v2)
Comments
Post a Comment