digitalfabrik / app-cross_platform

Mobile guide for refugees - app frontend
http://integreat-app.de/
13 stars 1 forks source link

Problem debugging Android O #370

Closed vincentgierisch closed 6 years ago

vincentgierisch commented 6 years ago

When a OnePlus Phone is updated to API26 this error appears: Cannot deploy to Android Oreo (Failure [INSTALL_FAILED_ALREADY_EXISTS: Attempt to re-install Mono.Android.DebugRuntime without first uninstalling.])

It seems to be an OnePlus issue

vincentgierisch commented 6 years ago

There is already a workaround: 1) Disabled the "Use Shared Runtime" Project> Properties > Android Options and disable Use Shared Runtime.

2) Deleted bin and obj folder.

3) Rebuild & Run.

vincentgierisch commented 6 years ago

It seems that one plus finally fixed that bug