Skip to content

Tag: flutter

Android device emulator on linux connectivity issue

I decided recently to try Linux for mobile development, but the emulator does not have an Internet connection (everything is fine on Windows). Tried changing resolv.config – it doesn’t help (although I may be doing something wrong). For the Internet, I use a mobile hotspot via Galaxy s21. My Linux…

Can’t change flutter android-sdk path

I’m setting up flutter in my laptop (Elementary OS), the case is I’m trying to be able develop flutter without Android Studio and using VSCode to make it lightweight, the step I did is installing flutter, download manually android-sdk, and move it to usr/lib/Android, install gradle, and openJDK8, …

Where to execute bash command in visual studio?

I want to setup CI for my flutter project, and i need to encrypt the keystore file. For this i choose the following solution: https://docs.travis-ci.com/user/encrypting-files/ I am developing with visual studio code, also i have no idea about bash. I need to execute following command: Questions: Where do I ex…