Android Studio cannot detect the installed support repository - android-sdk-manager

After reinstalling Android Studio (with SDK v28) and opening a project that used to work, it asks for libraries whose SDK is already installed.
Build error:
Installed SDK:
It also asks for Android Support Repo which is already installed as shown below:
How can I fix this error?

Uninstall the whole local "support repository" and remove the -alpha1 tag.
This dependency can be met with repository google() or mavenCentral().

Related

I have the Flutter plugins installed in Android Studio, but it doesn't give me the option to create a project

Uninstall the android studio and install it again and I still don't get the option to create a project with flutter
After you've installed the plugins, make sure the plugins are enabled. And then close the Android Studio and open it again.

In switch to Android Studio should my SDK location be the same as Eclipse version?

I'm trying to move from Eclipse ADT NDK build to Android Studio on my Mac OS X. In doing this, one thing I notice is the Project Structure's Android SDK Location for my ported project and for new projects is defaulting to be: /Users/user1/Development/adt-bundle-mac-x86_64-20131030/sdk.
Shouldn't the Android Studio come with its own SDK and shouldn't I be using it by default? I looked in the application install directory but found no signs of an SDK directory there. I'm concerned that the sdk is from October 30, 2013 and so it seems rather old. What are the implications of moving to a newer SDK?
Perhaps related to this is that when trying to use the old Eclipse Kepler that used to build for me:
I get notice on Eclipse launch:
This Android SDK requires Android Developer Toolkit version 23.0.0 or above.
Current version is 22.6.2.v2014032112031-1085508.
Please update ADT to the latest version.
Click "Check for Updates":
No Updates were found.
No Repository found at https://dl.google.com/alt.
Tried to update the repository to (for Kepler Eclipse):
https://dl.google.com/eclipse/plugin/4.3
Still no updates found but error about no repository goes away.
I resolved this later issue with the answer posted here.
cant comment on details of OSX but on linux/AS with Eclipse & AS , i found follow to help:
provision environment to use multiple versions of java JDK
install oracle JDK 1.7 that will be just for use by shell script running AS
note ASRoot/bin/studio.sh .... if [ -n "$STUDIO_JDK"
accordingly provide for the above ENV VAR and its use by the AS.studio.sh
that version of the JDK does nothing more than run AS
Then , for the ADT stuff (OK to be shared by Eclipse & AS ), you can keep updated another version of the SDK/ADT in a path where theres read access by both eclipse/ AS.
I think u can use ./android to keep updated this , original sdk/adt

Bitbucket plugin is not working on Android Studio 0.8.9

When I try to share my project on Bitbucket via plugin, Android Studio shows the error "Can't publish part of repository".
The same error occurs with the official plugin version 1.2.1 and with this plugin: https://bitbucket.org/dmitry_cherkas/jetbrains-bitbucket-connector/downloads/jetbrains-bitbucket-connector_IC-135.1230.zip

Eclipse doesn't recognise Dart SDK or Dartium installations

I'm trying to use the Eclipse plugin with the Dart SDK and Dartium. I installed the SDK, Dartuim and the Dart Editor from ppa:hachre/dart through apt-get on Ubuntu. The editor works fine, and so does Dartium.
In Eclipse, the Dart section says SDK version 0 is installed at /opt/eclipse/no-dart-sdk/ and that Dartium is not installed at all. I created symlinks to the directories where they were installed and restarted Eclipse. They are now recognised in the preferences. but my Dart project still says it can't find the SDK. When I try to run the test project. Eclipse throws and error: Cannot start pub serve or connect to pub. I ran pub serve through the command line and it worked.
Can anyone tell me hot to fix this Eclipse problem without having to re-install the SDK and Dartium manualy?

Android SDK not showing in eclipse

I have installed also i have installed ADT Plugin but when creat new project it does not show android project.I have also tried to reinstall the ADT plugin but it says they are already installed.
Have you downloaded the API('s) you need/want with SDK Manager?