microsoft / BikeSharing360_MobileApps

Beautiful, cross-platform native mobile apps for BikeSharing360.
441 stars 239 forks source link

UWP app working fine, Android crashes on start #12

Open SKApretto71 opened 7 years ago

SKApretto71 commented 7 years ago

Hi, I built mobile app and backend and have them working on Windows Phone version of the mobile app. I can create user account, logon, see events and all good stuff,

I build the Android version as well, but there I cannot even debug it as when it start and shows the blue background spash page, it ends right away afterward telling nothing to VS.NET. No exception trapped by the debugger.

Any idea?

I saw the project file targets to Android SDK 7.1 (Nougat), while I'm using a 6.0 emulator (Marshmallow). May be that the issue? I'm not deep into ANdroid, sorry for basic question.

jsuarezruiz commented 7 years ago

Hi @SKApretto71,

In Visual Studio, Tools> Android> Android SDK Manager ...

Can you install the Android SDK Platform 7.1?

SKApretto71 commented 7 years ago

THe issue related to the flag, on debug, that deployes only the application dlls and not the full dependencies. It's a VS.NET flag called "fast deploy". Unflagging that solved, still using the 6.0.0 Marshmallow image.

The application dumps in some menu items, I do not investigated. Upgrade to 7.1 is an option I'll follow before entering a debug process.