Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

App crashes on android marshmallow #250

Open
yash7690 opened this issue Jun 24, 2016 · 1 comment
Open

App crashes on android marshmallow #250

yash7690 opened this issue Jun 24, 2016 · 1 comment

Comments

@yash7690
Copy link

Hello, i have installed the plugin on both android and ios. It works fine for ios but in android, i have moto g4 plus having marshmallow 6.0. It never opens app and crashes unexpectedly.

@sammugg
Copy link

sammugg commented Aug 3, 2016

Make sure that you have the following items installed and up-to-date in your SDK manager:

  1. SDK Tools (latest)
  2. Platform-tools (latest)
  3. Build-tools (latest)
  4. API 23 or less (Cordova 6.x and Cordova-android 5.x only support up to 23) with the following:
    1. SDK Platform (keep up to date)
    2. An emulator image that includes Google APIs (i.e. Google APIs Intel x86 Atom System Image)
    3. Google APIs (the standalone install)
  5. Android Support Repo (latest)
  6. Google Play Services (latest)
  7. Google Repository (latest)

I just built and ran a POC app using v4.0.9 of this plugin (which has play-services-auth:+ and play-services-identity:+ in the plugin.xml). Everything worked properly.

Other POC info:
API version 23
Latest versions of all "latest" items listed above
Running on Emulator: Google APIs Intel x86 Atom_64 System Image
Cordova: v6.3.0
Cordova-android: v5.2.1
Java JDK: 1.8.0_102

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants