In my case, I managed to fix it by:
Checking the version of the phone [Settings->About Phone->Android Version] - mine was 5.1.1 i.e. Android Lollipop
Googling which SDKs were valid:
Codename | Version | API level/NDK release |
---|---|---|
Marshmallow | 6.0 | API level 23 |
Lollipop | 5.1 | API level 22 |
Lollipop | 5.0 | API level 21 |
KitKat | 4.4 - 4.4.4 | API level 19 |
So I'm shooting for API 22...
Changing the app\config.xml
Also updated the version: