Ihor Bezeka
Results
1
comments of
Ihor Bezeka
I solve this problem by adding next code to MyApplication (extends Application) or to Activity try { ProviderInstaller.installIfNeeded(getApplicationContext()); } catch (GooglePlayServicesRepairableException e) { e.printStackTrace(); } catch (GooglePlayServicesNotAvailableException e) { e.printStackTrace();...