António Valente

Results 18 comments of António Valente

@vgaidarji instead of `-t android-21` have you tried specifying the target with something like this `-k "system-images;android-25;google_apis;x86"`? Also update the sdk manager. See this https://github.com/kukreja-vikramaditya/ARD/commit/55f5120739e26389be03fc67092f4020474545f8

Also check this: https://developer.android.com/studio/tools/help/android.html Which says: ``` This tool is no longer supported. Instead use Android Studio to create AVDs and create projects, or use sdkmanager to view and install...

@aloisdeniel Do you have any updates on this? We are trying to use this package on a production app and we would like to avoid using google api for this.

I'm testing this on a Pixel 2. The app has location permissions. Do I need more permissions?

I'm also using open street maps which is not ideal, but it works.

You can use this fork for now https://github.com/biklas7/auto_route_library/tree/chore/update-flutter-beta it's been working for me with the latest flutter beta version.

@Hacker437 I use it like this: ``` dependencies: auto_route: ^3.1.3 dependency_overrides: auto_route: git: url: [email protected]:biklas7/auto_route_library.git ref: chore/update-flutter-beta path: auto_route dev_dependencies: auto_route_generator: ^3.1.0 ```

> Interesting doesn't work for me. > > ``` > [email protected]: Permission denied (publickey). > fatal: Could not read from remote repository. > ``` > > Any ideas how to...