`Caused by java.lang.ClassNotFoundException: Didn'...
# android
s
Caused by java.lang.ClassNotFoundException: Didn't find class "android.location.LocationRequest$Builder" on path: DexPathList
Application is getting crashed while building LocationRequest using -> public Builder(long intervalMillis). I tried quite a few solutions, but no luck till now. Can someone please help.
😶 2