Eclipse - Install new Software not appearing in the Help menu - android

I am trying to use Eclipse with Android. After installing CDT tools I lost the "Install new Software" option from the help menu.
It is quite frustrating, it simply stopped showing up. Instead, I have this now:
http://i.imgur.com/Hw1menZ.png
I am not sure what to do and how to recover it. No error appeared, just restarting (after actually installing software using the item)

Open 'Window > Customize Perspective' and click on the 'Menu Visibility' tab.
Expand the 'Help' section and you should be able to check the missing options there:

You can try rolling back the last installation to return your Eclipse to a good state. In the About Eclipse dialog, click Installation Details and then go to the Installation History tab. There you can select a previous configuration and revert to it.

Related

Unable to install the SDK tools, finish button is disabled

I am trying to install the SDK tools for Android, i clicked on "Accept" but finish button is disable, how to get out from this problem?
here is the snap of what i am doing!
You need to accept the license agreement for each and every License displayed on the screen. Once all license agreement is accepted it won't display in bold and the Finish button will be enabled.
Solution:
Try to install 2 tools in parallel, not more than 2, if u try to install more than 2 tools this will create this problem.
I guess the possible reason is that you have to wait because packages are getting download. Once the packages downloaded then you will be able to click on finish button (only a guess, it might be the possible reason. I solved the problem by "manually downloading" the sdk using terminal which I explained below).
But I had a bad internet connection, so, my computer was just get stucked. And I have to download them one by one on my compter.
For manual installation of SDK watch the following video -
https://www.youtube.com/watch?v=c7_JxGX8oxc
At the end you have to add "Android SDK" in the "Android Studio" for that do the following -
Open android studio
Click on "Customize" on top left corner
Select "all setting..."
Go to "Appearance & Behavior" -> "System Settings" -> "Android SDK"
Now, find this line -
Android SDK Location: Edit Optimize disk space
Click on "Edit"
It will open an popup window, it will again ask for "Android SDK Location:" (or it will automatically sense it), to fill the location click on "folder icon", locate downloaded android SDK folder. It will sense the recent available updates, slect them if you want to download them
Then keep clicking on "Next" untill it start downloading packages
Once all stuff is done, "THE FINISH BUTTON WILL GET HIGHLIGHT, YOU CAN CLICK IT NOW, AND BE HAPPY, THERE IS NOTHING WORNG WITH YOUR LUCK 😅"
By the way, I just started Android Development. I am pure noob. So, if something is wrong feel free to correct me :)
You have to scroll down to the end of the license text and then click on "Accept", for all the root items in the right column.
I faced the same problem, then I clicked on all the sdk options and checked whether all were accepted or not. The last one was not accepted, so I accepted it and the finish button was enabled.
You have just to accept the license for every component, even for those you don't need to install
If you select accept for each license on the left, the problem may be solved. This method worked for me.

Android SDK path not specified

I already installed the android studio but i am having a problem to proceed ahead,
and the problem is Android SDK path not specified, what does it mean, do i need to download something or what?Android SDK is having problem
Go through the following steps but first make sure your PC is connected to the internet.
Open your Android Studio
Go to the File menu and choose Settings
After that from the left side of Settings window search Android SDK, click on it and on right side click Edit.
Then from SDK Setup Window Click Next and Another window will be opened click Next.
Finally, the installation starts and Android Studio download the SDK and necessary files.
Yes, you need to download the Android SDK. Then you need to add the location on your computer to Android Studio.
The SDK can be downloaded by opening a workspace in Android Studio, and finding a button with an arrow pointing down. If you hover over it, it should say "Open SDK manager". Press it and download the packages you need.
Yes, Before installation it will ask you options.Just tick mark Android SDK.
See below:
Refer link: https://developer.android.com/studio/install
The installer is misleading making you think the SDK is already there. After much searching I figured this out:
Cancel the dialogue box asking for the Android SDK path and do the following:
Open Android Studio IDE. Find the down arrow icon, should be second last icon in the toolbar. Click that. You will see a path for Android SDK Location:. Click the edit link to the right of that. This will bring up the SDK Components Screen. If you can check the boxes there, check them. They may already be checked or they may be disabled. You can leave the path as is, for me its:
C:\Users\<user name>\AppData\Local\Android\Sdk
Depending on whether you had Android Studio before it may say it has detected a previous version and it will only download the components it needs. This is normal. Now click the NEXT button. A confirmation screen will come up with Setup Type and SDK Folder. If you want to change your SDK Folder this is your last chance, if not, click NEXT again.
It may bring up a Terms & Conditions screen, click the Accept radio button then NEXT. It will go and download the Android base SDK. When it's completed click FINISH.
You will then be taken to the Platforms screen where you can select which Android platforms you want to support. ie, Android 9.0 (Pie), Android 8.1 (Oreo). Select all the platforms you need then click APPLY.
The downloader will grab all those packages for you. Next, click the SDK Tools tab. Check the boxes of the tools you want and click APPLY. It may bring up a Terms & Conditions screen again, click the Accept radio button then NEXT. When completed just click FINISH and you're good to go.
File > Settings
The download will begin
In some cases, the project works properly but suddenly this error appears even though the project has nothing to do with Android
If this is your case, try the following steps:
Find a file in your project called tests.iml (or File ending in .iml)
file location in default is C:\yourProject\tests\tests.iml
Revert to the last version for all page by the click on the git change icon (1) and click on the revert button (2)
As the following image:
Run project

Intellij "Run as Android application" missing

The emulator android is really running slowy, and I found Genymotion and runs really fast! And when I tried to use with Intellij, after I followed every step from this doc https://cloud.genymotion.com/page/doc/, I got stuck in this item:
In your application project, right click and chose "Run as Android
application" The "Android Devices Chooser" opens Click on the
Genymotion virtual device you started/created
I really can't find "Run as Android application" whenever I click on my folder project, where I'm missing?
Look at this image, I really don't know why.
http://i42.tinypic.com/2ia76rl.png
In IntelliJ inside the Run/Debug Configuration dialog (available under Edit configurations...) you have to select radiobutton "Show chooser dialog" instead of Emulator.
Then you just press Run and you get the list of running devices.
If you select "Use same device for future launches" in the configuration dialog, you won't have to select the device again next time.
Check the toolbar of Intellij. There is a drop down menu (next to it are the "play" button and the "bug" button to start the debugger). You need to setup an Android configuration for your project first.
Check this site
http://www.jetbrains.com/idea/webhelp/creating-and-editing-run-debug-configurations.html.
Although I have a configuration for my project, like you I can't see it in the menu your screenshot is showing. But I can use the mentioned run button to run my project without any problem.
Good luck.
On your screenshot you have a "Run" item on the options. Look at what appears when you let your mouse over it ;-)

Eclipse with Android SDK missing menu items

I have two system that I've installed Eclipse (3.6) and the Android development tools (SDK, ADT). They both have the same versions. However, on one system, under the File -> New menu, there are Android specific items - New Android Project, New Android XML file. But on the other, those specific menu items are not there. Yes, I can get to the items by choosing File -> New -> Project, then in the dialog pick Android Project, but was wondering why I don't have the specific items.
I've tried reinstalling Eclipse and the Android items, but the menu items just don't match.
Anyone more familiar with Eclipse and it's add-ons like Android have any idea? (Both system do have the "Open Android AVD and SDK" item under the window menu, FWIW)
Thanks.
I was able to restore the missing items in File | New... quite easily by performing the following steps:
Switch to the Java perspective, either via the perspective switcher toolbar at the top right of the main Eclipse window, or via the Window | Open Perspective menu item.
Reset the perspective by either right-clicking on the Java perspective icon in the perspective switcher toolbar, or by clicking Window | Reset Perspective...
As to why they weren't there in the first place, the most likely cause would be that the ADT contributes various things to the Java perspective, and these changes don't take effect until the perspective is reset after installing the ADT. As an Eclipse plug-in developer I learned it the hard way, that changes to perspectives don't get picked up unless you explicitly reset them.
Yes, seems this menu has a habit of disappearing, some sort of bug in Eclipse perspectives changing themselves.
Fix: In Eclipse click the Window menu and then "Customise Perspective". In the Customise Perspective dialog click the "Command Groups Availability" and then tick the "Android SDK and AVD Manager". Done.
Wouldn't it appear on the menu after you create the first Android project ?
When Resetting Perspective and neither Customize Perspective does`t work, you can delete config file responsible for this.
Just delete file workingsets.xml (resp. workbench.xml) in...\workspace.metadata.plugins\org.eclipse.ui.workbench\
(Credit to Pilot_51 for showing this solution)

No ADT plugin options available

I'm running Ubuntu 10.10 and installed Eclipse 3.5 (Galileo) for Java Developers along with the Android SDK. When I add the following URL into the work With field under Eclipse's Install New Software menu:
https://dl-ssl.google.com/android/eclipse
No plugins appear between the "Work With" and Options sections. I understand I'm supposed to be able to select Developer Tools. I get nothing. I've tried linking to http vice https. Also, downloading the zip from the android dev site itself yields the same result. When I run Check for Updates, it comes back saying nothing to update. I also ran "Test Connection" for the above URL and it comes back positive.
Any advice?
I think that is an Eclipse visualization bug: try to resize the dialog window as it appears minimized
Click the "Add..." button to the top right. Then enter the name (I just put "Android") and location (https://dl-ssl.google.com/android/eclipse). At the right side of the work with field there is an arrow that brings up the list of sites. Clicking Android adds the Developer Tools item to the list below. From there you can expand it and check whatever you need.

Categories

Resources