location-samples
location-samples copied to clipboard
Fixed Issue# 195 and other errors that were causing initial build issues after cloning repo
Upon cloning the project from this repository and building in Android Studio we get the following errors and warning in couple of different files as shown in commits.
1. ERROR: Failed to find Platform SDK with path: platforms;android-Q (FIXED) 2. ERROR: Smart cast to 'Location' is impossible, because 'task.result' is a property that has open or custom getter (FIXED) 3. WARNING: Type mismatch: inferred type is String? but String was expected (FIXED)
After fixing these issues the project build successfully and sample apps were tested in emulator and they were running properly.
Can someone please guide me on what the conflicts are ?