I’m trying to get things setup in my Xamarin.Android app and its going no where.
I added an application class to my project which only tosses out a log statement in the OnCreate (baby steps). That is now working fine. I can see my log statement and I get to the right activity.
When I add the urban airship component to my project. Just the project, I have no other references to it at this point, I can compile and deploy but as soon as it starts, I get this in my logs.
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).
This was not an issue prior to including your component so I have to assume that your component does a bunch of stuff (like register services, broadcast listeners, etc) and something somewhere is breaking.
I’ve also tried a new project and I get the same results.
Comments
9 comments