Missing Sub-menu In Eclipse?
Mar 24, 2012
Running Windows XP, Eclipse Indigo (M20120208-0800), ADT 17. Menu "Window->Run Android Lint" indicates a sub-menu (small right arrow), but none is displayed. I just updated all applicable software (Eclipse, SDK, plugins) before trying this.
View 2 Replies
Jun 18, 2010
I have looked everywhere for the answer to this question, but cannot find anything on it.
View 2 Replies
View Related
May 29, 2009
I'm running Eclipse Ganymede on Ubuntu 8.04 and suddenly with no configuration changes as of yesterday am missing logging on the Console Window. I see startup logging when I launch an app but once launched there are no more lines of information. The buttons for Verbose etc are also missing. Log.v messages are not showing. Anyone else seeing this? I'm wondering if one of Ubuntu's updates screwed things up? I may try reinstalling the plug-in or even Eclipse but thought I would check here first.
View 2 Replies
View Related
Feb 10, 2013
I just bought a 10.2" Flytouch 8 tablet with Android 4.0.4. In the Security menu I don't see any screen lock line to lock the screen; so I cannot lock the screen.
According to the online guides I consulted on the web it should be there. How I can access the screen lock menu?
View 1 Replies
View Related
Oct 29, 2013
I tried to follow this [URL]...but I dont see this "settings> display, gestures & buttons."
The reason is because the restoring is not working as I need to change the backup location...
Im running PAC-man rom
View 1 Replies
View Related
Apr 30, 2013
just got myself an S3 i9305 this afternoon
Im having an issue with my gmail notifications. I still want to receive gmail notifications on my home screen (the app icon where the image shows how many emails) however I dont want it to play a sound.
I googled how to remove the sound, but all the walk throughs start with tapping a 'menu' button (three vertical square dots) at the bottom left in the gmail app. I dont see this menu button - see image below
View 2 Replies
View Related
Aug 22, 2010
I just noticed that market options are missing (Skyraider 2.52 Sense).
Only "top free" and "Just in" are options on the top. No paid apps, but some show in the "Just in". I thought there we supposed to be no market problems with these roms?
They appeared now. Took about seven hours, but they appeared.
View 4 Replies
View Related
Jun 9, 2012
I'm developing a game for android, and texture problem has been reported on Motorola Droid phones. (Missing/white background in the menu and during the game).
I've tried to fix this with changing the texture sizes to power of 2 (I used jpeg images as backgrounds, and they wasn't power of 2, however this worked fine on all my test devices).
View 3 Replies
View Related
May 2, 2012
I recently noticed that the share option was missing from the all apps menu, can restore it? I'm currently using a rooted HTC explorer running android 2.3.5. Please check the screenshot for more info.
View 5 Replies
View Related
Sep 29, 2010
I am experiencing an annoying problem with an Android project in Eclipse. All my other Android projects are okey (at the moment). Whenever I perform a clean (Menu:Project->Clean...) the project gives an error and I can't compile/run the app. The error is: Project 'Project Name' is missing required source folder: 'gen'
As soon as I edit some code the problem disappears until I perform a clean again. I can also right-click on the gen-folder and delete it. Eclipse will recreate the gen-folder and the problem disappears until I perform a clean. This is not a showstopper but it is really annoying since I sometimes have to do a clean before I run the app.
View 1 Replies
View Related
Mar 31, 2010
Whenever I do a Clean on my project, I get 2 errors:
1.) The project is missing gen folder.
2.) There is a build path error.
I go to "Configure build path" and uncheck "Android 1.6". It works. If I do this again, I go and this time check "Android 1.6". It again works.
View 1 Replies
View Related
Aug 3, 2010
When I use Google Nav, it looks like the Nexus One below. How can I get it to look like the Droid? Am I missing a menu choice somewhere? TIA!
View 4 Replies
View Related
Sep 21, 2010
I configured a new machine and am trying to move my Android project over. When I look at the project properties under Java Build Path- >Libraries, on the old machine I see a reference to "Android 1.5" but project is missing Android jar.
View 2 Replies
View Related
Mar 11, 2010
I just finished setting up my Eclipse with the Android plug-in. (i.e https://dl-ssl.google.com/android/eclipse/). Now when I do the following:
1. Eclipse > Preferences > Android, I see a lot of "Target Name" like Android 1.1 - Android 2.1
However, in the book that I'm reading, I'm also supposed to see a "Target Name" called "Google APIs". I don't see that. Is that a separate install?
View 1 Replies
View Related
Apr 30, 2010
standard four option menus displays 2 by 2. but i want to know that How to arrange 4 by 1. I just want to custom option menu like that. You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options
View 2 Replies
View Related
May 23, 2010
I want a user to be able to long press a contact and be offered a menu item of my own that can run an activity of my own. You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options
View 3 Replies
View Related
Apr 28, 2010
I want custom option menu to arrange three menu items where 2 menu items are displayed at the top and the third below it. Just as the following layout...........
View 12 Replies
View Related
Mar 8, 2010
I'm trying to add custom menu items in a WebView Context Menu. Unfortunately, my items are shown in the menu of the first web page I load , but then if I load a second page, a long press only shows the standard context menu items. Mine are gone. I've put a Toast inside the code and it is displayed as well on the first loaded page, but not on the second. I'm using the code below:..............
View 6 Replies
View Related
Sep 10, 2010
Is it possible to add a custom menu item to the long-press menu that opens in any text box?
View 3 Replies
View Related
Jun 7, 2010
On pressing menu button , I have 2 options : Add & more.On click of more i have 3 options : Organize ,Export & Exit On click of Organize i want other 5 options.On click of more i get my submenu. But i want other 5 options on click of organize.How do i proceed? My code in parts is as follows :XML file
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/more"
android:title="@string/moreMenu"
android:icon="@drawable/icon">
<menu>
<item android:id="@+id/Organize"
android:title="@string/Organize" />
<item android:id="@+id/Export"
android:title="@string/Export" />
</menu>
</item>
<item
android:id="@+id/add"
android:title="@string/addMenu"
android:icon="@drawable/add"/>
</menu>
Java-------------------------
import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.Toast;
public class ToDoList extends Activity {
Menu menu;
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.todolist);
public boolean onCreateOptionsMenu(Menu menu) {
super.onCreateOptionsMenu(menu);
getMenuInflater().inflate(R.layout.categorymenu, menu);
return true;
} public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
case R.id.more:
Toast.makeText(this, "You pressed more!", Toast.LENGTH_LONG).show();
//(What needs to be done from here)
return true;
case R.id.add:
Toast.makeText(this, "You pressed add!", Toast.LENGTH_LONG).show();
return true;
} return false;
} public boolean onPrepareOptionsMenu(Menu menu) {
return true;
View 2 Replies
View Related
Nov 19, 2010
I have an Options menu up and running in my Android application and I've overridden the onCreateOptionsMenu, onOptionsItemSelected and onPrepareOptionsMenu methods to customize the menu a little. My question is related to keeping the Options menu open after the user clicks on a menu item. Basically, I'd like to be able to hide the menu until the user clicks on the device menu key. Once the user clicks on this key, I'd like to be able to hold the menu in place regardless of how many times the user clicks on menu items. If the user wants to hide the Options menu, they'd just need to click on the device menu key again. Is this type of interaction supported (or even advisable).
View 1 Replies
View Related
Jun 22, 2010
I want to get started with an Android application but can't download the plug-in.
Anyone know where else I can get this?
View 3 Replies
View Related
May 27, 2010
Android question. If i create an Options menu with menu.xml, can I change the menu buttons' standard text size, color etc using xml? I would like to change text size, bold, and color. I would like to avoid using themes and styles for this application.
View 1 Replies
View Related
Mar 26, 2010
How do I set the intent of menu items defined in an Android menu xml file? For example I currently have...
<menu xmlns:android="http://schemas.android.com/apk/res/android" android:name="Main Menu">
<item android:title="@string/resume_game" android:icon="@drawable/resume"></item>
<item android:title="@string/play_golf" android:icon="@drawable/play_golf"></item>
<item android:title="@string/my_rounds" android:icon="@drawable/my_rounds"></item>
</menu>...........
View 1 Replies
View Related
Nov 9, 2010
Can anyone kindly guide as to how can I invoke a context menu on the press of a menu item. I googled a lot for the same, but nothing turned up. Look forward for your valuable help.
View 1 Replies
View Related
Oct 25, 2009
the difference between context menu and option menu in android? When I click the menu button on the emulator, is that option menu? or context menu? And how to invoke the other menu (not trigger by the menu button)?
View 2 Replies
View Related
Jun 2, 2010
How can i define each menu item in different line? Right now if I'm adding 4 items they will get the form of 2X2. Is there a way to add them differently? Like 1 item and 3 below it? or 1X4?
View 1 Replies
View Related
Jan 30, 2009
I can't seem to get anything back from https://dl-ssl.google.com/android/eclipse/ - even accessing from a browser just gives a 404.
View 6 Replies
View Related
Jan 21, 2010
How can I launch a contextmenu from a contextmenu? I'm trying to replicate the MediaPlayer action that happens when you long click a song, then click "Add to playlist" in the resulting contextmenu. When you click that menu item, another contextmenu pops up with "Add to playlist" as the title, and "Current playlist", "New", and however-many-playlists-you-have defined after that.
View 4 Replies
View Related
Nov 1, 2010
I am new with my Evo phone and Android OS. I have my email set up to sync, over the air, using Activsync with my work Exchange server. I think the server is Exchange Server 2003. Phone says 2.2 out of the box. We are small company with very little IT support by way of an outside contractor, so I am looking for some help.Problem Missing emails? I am having strange, and re-curring, apparently random missing emails from my inbox. Most of the emails are there and it appears all is working fine. Until, I try to look up a specific email on my phone, and it is just not there. The email is still there in my inbox in my exchange account, as they are still showing up on my computer and OWA to my account. Very strange, and I would not notice it except when looking for a particular email, and it is not on my phone. I have been using a Windows based phone for several years now, and have never seen this problem before. Very tought to do my job when out making sales calls with some of the emails missing. The missing emails appear random and in the middle of dates and sizes, no connection that I have been able to determine by date or size. The list of emails matches up with my computer inbox, except a few missing emails here and there?
View 5 Replies
View Related