location-samples icon indicating copy to clipboard operation
location-samples copied to clipboard

Fixed Issue# 195 and other errors that were causing initial build issues after cloning repo

Open ghost opened this issue 6 years ago • 1 comments

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.

ghost avatar Jun 29 '19 22:06 ghost

Can someone please guide me on what the conflicts are ?

ghost avatar Jan 24 '20 22:01 ghost