Midhilaj

Results 6 comments of Midhilaj

I am also facing this issue any solutions available compile 'com.github.bumptech.glide:glide:4.0.0'

i update node_modules/angular2-wizard/src/wizard.component.ts with the code "reset() { this.activeStep = this.steps[0]; for (let step of this.steps) { step.isDisabled = true; } this.activeStep.isDisabled = false; this.activeStep.isActive = true; this._isCompleted = false;...

java.lang.NoClassDefFoundError: io.nlopez.smartlocation.location.providers.LocationGooglePlayServicesProvider at io.nlopez.smartlocation.location.providers.LocationGooglePlayServicesWithFallbackProvider.(LocationGooglePlayServicesWithFallbackProvider.java:32) at io.nlopez.smartlocation.SmartLocation.location(SmartLocation.java:59) at com. milla.sample.address.fragment.ViewAddressFragment.onCreateView(ViewAddressFragment.java:290) at android.support.v4.app.Fragment.performCreateView(Fragment.java:2248) at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1340) at android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1569) at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1636) at android.support.v4.app.BackStackRecord.executeOps(BackStackRecord.java:758) at android.support.v4.app.FragmentManagerImpl.executeOps(FragmentManager.java:2415) at android.support.v4.app.FragmentManagerImpl.executeOpsTogether(FragmentManager.java:2201) at android.support.v4.app.FragmentManagerImpl.optimizeAndExecuteOps(FragmentManager.java:2155) at android.support.v4.app.FragmentManagerImpl.execSingleAction(FragmentManager.java:2034) at android.support.v4.app.BackStackRecord.commitNowAllowingStateLoss(BackStackRecord.java:626) at...

I fixed the problem by adding this to build.gradle: compile 'com.google.android.gms:play-services-location:11.8.0'