I am having a problem with my SDK Manager. It doesn't pop up when I click the icon of the window.
I have downloaded the file for the 2nd time but it still doesn't pop up, I followed the instructions in here After Installing ADT Plugin, Welcome to Android Development Doesnt Appear as well i must have missed something but all is well I'm just missing google com.google.android.gms. And for that I cant continue with my project.
How can I fix this mess.
If you are missing com.google.android.gms.*, it means you need to import google-play-services_lib after opening it as project. Actually you should read the answer here and follow it. Hope this helps you solve the error. If not then please comment.
Related
Similar questions have been found, but I cant even get past the module import.
Referring to this guide: https://developer.spotify.com/documentation/android/quick-start/kotlin/
The part headed "Add The App Remote SDK" screenshots dont match the current version of Android Studio, however there is an Import option in the Create New Module dialog.
I downloaded the sdk from github, and extracted into a folder...
F:\spotify-android-sdk-master\android-sdk-master
When selecting that path, the dialog lists 4 modules. app-remote-lib, app-remote-sample, auth-lib, and auth-sample.
HOWEVER ... I cant add any of them! I want to add app-remote-lib but Previous, Next, and Finish buttons are always disabled, only Cancel is available button.
Is this a bug or am I missing something?
I've tried changing the module names, and unticking all but app-remote-lib. Nothing sseems to work.
Thanks and regards,
Al
I tried to update the android studio and there is no update and restart button instead a download button is there, i searched on the net but no resolution is there. Kindly help
After clicking update, this pops up:
Sometimes the team making the Android Studio does not provide the patch to update the existing installation of the AS; in these cases the only option to update your IDE is download the fresh version and install it from scratch. Your case is clearly one of those, just hit the Download button.
When you run the new version of AS, it'll ask about the previous settings: do you have them or not, and, if you have, do you want to import them or not, giving you the opportunity to import all your preferences and installed plugins.
Please checked the Automatically check update for the android sdk i am not sure it is working or not but i have faced it before and yes i know it looks weired answer but i have solved that like this only
and then press okay and then try check for updates from studio menu
I know that there are two post like this one in Stackoverflow (this and this) but I already tried what is described there without any result and I have the feeling that I'm running out of options.
This screenshot is from one of these two posts, but is exactly what I also see.
In my case, I was never able to make the googlemaps work and I tried to import and copy the stuff in so many different ways that I guess is what lead to the actual situation. In my last attempt, I was going to try to follow the steps described in this post, which seems to be the most accurate one, but as I said, now I just can't import the google-play-services_lib because keeps telling me that is in use.
I made sure that I deleted the project from my workspace and any other place where it could be stored by searching for it.
Does anyone have an idea that is not described in the other two posts? Creating a new workspace and importing my project and then the google-play-services_lib could be a solution or the problem is of another nature? Is there a way of obtaining more information about the error shown by Eclipse in order to fix it?
project name already exist on workspace most of time may be named as mainactivity (or other name) try to rename change existing project name and after try to import it!
e.g following steps
first screen shot shows your same error
after click select all button shows actual error explains below screen shot:
note this screenshot error message is Cannot import MainActivity because the project name is in use after shows project name rename on existing workspace on your eclipse after try again import it will work perfectly!
google-playservices.lib is in use by another Project.
Check following
close the project who is using it with right click close
remove the reference from the project who is using it.
I you don't have the library project in your eclipse works space and you still receive this message, you can just close eclipse, go to you workspace folder and manually delete the google-play-service library from there. then open eclipse and try to add the project again.
I'm sure there are better ways to do it, but I ended up creating a new workspace, importing my project and then importing the google-play-services_lib.
When I press CTRL+Space the auto completing not working.
It doesn't show any suggestion which we see like after objName.methodNames
What can be the problem, How can I solve that?
Check your "Keys" preferences: maybe the Content Assist" shortcut has been overridden by another command which would also use ctrl+space.
also see these links you may find your solution there:
http://www.mkyong.com/java/content-assist-ctrl-space-is-not-working-eclipse/
http://blog.rtwilson.com/how-to-solve-the-ctrl-space-auto-complete-not-working-problem-in-eclipse/
#NilayOnAndroid dear i was also going through dis problem and i have made all the possible attempts to solve it but failed. In the last I again downloaded New eclipse Juno, this is working well enough. You dont have to install everything again just go and download Eclipse juno from [http://www.eclipse.org/downloads/packages/eclipse-parallel-application-developers/junosr1-rc3] and everything will remain the same just give new name to the workspace so that you can use your previous softwares on this Juno Eclipse. After dis you just need to download Android supporting libraries from[https://dl-ssl.google.com/android/eclipse/] in HELP>INSTALL NEW SOFTWARE then add this link andd thats it....
Enjoy android
Configure Eclipse’s content assist, go “Preferences>Java>Editor>Content Assist>Advanced“. Make sure “Other Java Proposals” is ticked
I have been trying to use FBConnect in my app but whenever I try to reference the SDK, it doesn't quite do it.
This is the screenshot
Please help. I am stuck for past 4 hours. Nothing found on google or here on SO
Refer to this page: http://www.mobisoftinfotech.com/blog/android/845/. Seems like you should add the JAR file. What you did here is add a library - an open project in Eclipse that serves as a library for another project.
Clarification: when you click add, you see "FacebookSDK". It shows as valid until you close the properties dialog. Then when you open the dialog again, it has a red X next to it.
If that is what is happening to you... I ran into the same thing a long time ago. The facebook sdk needs to be in the same parent folder as your project.
For example, if you are running out of c:\users\me\workspace\my cool project,
the facebook sdk needs to be in c:\users\me\workspace\facebook-android-skd-2.0.2.b
No idea why, but after beating my head against the wall over this for a couple of days I figured it out.