hexicle
hexicle
You can use `` note the semicolon ;
@muhammedakiftas in `app/build.gradle`: ``` dependencies { compile ('com.google.cloud:google-cloud-translate:1.6.0') { exclude group: 'org.apache.httpcomponents', module: 'httpclient' } } ```
Move the call to location permission request from `onResume` to `onMapReady`. Full explanation on StackOverflow https://stackoverflow.com/a/47658545/2333621
You get the walkdir error because phantom-jasmine was unable to access the directory you specified as argument, eg the C:\Users\nk1\Downloads\temp\... directory. Either the directory does not exist, or what is...