I use Android Studio as my IDE in coding Flutter. I was able to create 2 projects before this and it worked absolutely fine. I had to clone a repo from Github. The IDE said to get config. I did that then this happened.
I already installed sdk .
My android devices android version is 7.0
Flutter Doctor result:
[√] Flutter (Channel stable, v1.12.13
it1352
4
2020-08-30
Recently I had updated my Android Studio 1.5 to Android Studio 2.0 Preview. Currently I'm facing lot of difficulties in Android Studio2.0 preview with regard to performance and debugging. So I want to go back to Android Studio 1.5 from Android Studio 2.0 preview.
I had changed the channel to stable channel and tried to update my studio. It shows "
it1352
0
2020-08-28
Considering that I had followed all this steps https://flutter.dev/docs/get-started/install/linux in my Ubuntu 18.04LTS, why this following problem continues to appear:
$ flutter doctor -v
[✓] Flutter (Channel stable, v1.7.8 hotfix.2, on Linux, locale en_US.UTF-8)
• Flutter version 1.7.8 hotfix.2 at /opt/flutter
• Framework revision 2e5409
it1352
1
2020-11-09
I started programming a few months ago, and learned python and I started learning Java about a month ago.
I've been using sublime text for coding Java programs, and now as I am getting into Android Programming, I found two official IDEs --> Eclipse and Android Studio.
After two hours of research, I've learned a few things: Android studio is an ea
it1352
2
2019-05-07
Based on my last question - I downloaded Android Studio (without the SDK) 2.2.3.0 from this link (https://dl.google.com/dl/android/studio/install/2.2.3.0/android-studio-ide-145.3537739-windows.exe).
Then I downloaded the Android SDK from this link (https://dl.google.com/android/repository/tools_r25.2.3-windows.zip).
I extracted the Android SDK to
it1352
5
2020-08-28
I am trying to install flutter on ubuntu , android studio flutter and dart plugins have been installed , but flutter doctor said that they are not installed. At the beginning flutter doctor didn't find my android studio and sdk even if they are installed, then fixed this problems by configuring custom directories for android studio and sdk with thi
it1352
2
2020-11-09
As we all know Android Studio is official IDE for development of Android applications but still many developers are using Eclipse.
I am facing such issue because some of our developers are using Eclipse and some are Android Studio. In Such situation can we make one android project compatible on Eclipse and Android Studio by making changes in fold
it1352
2
2019-05-07
I install Android studio 0.4.2 at Windows 7 x64. Try create simple project from studio, but i get an error:
Cannot inherit from final class
I try both studio64.exe and studio.exe.
I try both jdk 1.7 u45 x86 and jdk 1.7 u51 x64
gradle 1.9 from repo.
In my virtual machine XPx32 with all this files a-studio work perfectly (I just copy android-
it1352
9
2019-05-07
Recently I have installed the last version of Android Studio (Android Studio 2.1), keeping the old 1.2 version previously installed. Now i have Android Studio 2.1 and Android Studio 1.2. In Android Studio 1.2 when I click on SDK Manager it works properly, but in Andorid Studio 2.1 this problem appears:
how can I fix keeping the two versions of An
it1352
1
2020-08-28
I'm trying to free up some disk space and so would like one copy of the Android SDK only, aside from not wanting to maintain two of them. Currently I have one installed for each Android Studio and Visual Studio.
I noticed that there is now a separate, Xamarin specific Android SDK manager that Visual Studio uses in place of the one provided by the
it1352
1
2020-07-27