Sometimes due the hardware constraints or some other reasons developer will prefer light weight solution rather than Big Bulky Android Studio. So h...
For further actions, you may consider blocking this person and/or reporting abuse
Nice and concise article.
This line:
$ sudo mv gradle/ opt/
should read:$ sudo mv gradle/ /opt/
.yeah forgot to mention that thanks for help.
good article :D
the line
sdkamanger "platform-tools"
has a typo --> sdkmanageryeah corrected it.👍
Worked fine for me, thanks!
Besides noticed that the "$" is missing in variable GRADLE_HOME at "export PATH=GRADLE_HOME/bin:$PATH".
bro thank you in advance
but i have this little small issue will following along your post
sdkmanager "system-images;android-29;google_apis;x86_64"
ERROR: JAVA_HOME is set to an invalid directory: path_to_java_home
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation.
please respond asp
can you check your java home path where it is installed.
I have downloaded the sdk-tools-linux-4333796.zip, and I can't find the platform-tools directory inside. I'm running on arch-linux
you won't find platform tools inside it directly.. you have to install it using command -> sdkmanager "platform-tools"
If anyone else is trying to executing that code and geting 'Warning: Failed to read or create install properties file.'
Go here askubuntu.com/questions/1227439/18...
Hi, you save my journey to learn flutter. I got and issue with sdk trying to use flutter and Android Studio on ubuntu. Now i can learn thanks to your tutorial. So i join the community to say thanks.
Thats what community for❤️
Does your ubuntu version have to be '19.04'? Mine is currently 18.04
no it doesn't matter but it at least has to be 18.04 or above wiil be great
any plan to expand your work to support debugging flutter apps remotely via vnc+headless android emulator?
no not currently but will research on it.. btw thanks for advice👍
I missing Adb from android SDK how to installed manualy?
Nice article...
But I have an issue I have done all the steps perfectly but when I tried to launch the emulator it's not launching.
Please help..
can you provide some detailed information on that.