adt

Where can I get ADT 0.9.6 for Eclipse 3.5?

I am having problems with Eclipse (3.5.x Galileo) crashing after installing ADT 0.9.7, so I want to try a downlevel version of the Android ADT (with Android SDK r06_windows) to better isolate the issue. When I try to 'check for software' at https://dl-ssl.google.com/android/eclipse/ I can only select 0.9.7? Is there a trick to get the...

I get a NullPointerException when trying the Eclipse "Hello World" tutorial

I was finishing up the "Hello World" tutorial in Eclipse (with the ADT plugin) and apparently, you are supposed to rename the string resource "hello" with "Hello Android, I am a string resource". Well, Java.Lang.NullPointerException pops up with four, "An error has occurred. See error log for details." Well, there is NOTHING in the error...

Opening adt , adi and adm files

Hi All, I am developing a web application and I have a folder containing a bunch of files with .adm , .adi and .adt and .bak extensions.I want to be able to read this data and convert put it in mysql db. I have figured that these are files stored by sybase in its proprietary format. I have opening with sybase advantage server but the fo...

Failed to load properties file for android project

Hello. I finally was able to build and debug the android platform with this tutorial. I imported my project in eclipse, and afterwards installed ADT. Then I converted my imported project to android project (Android Tools -> Convert To Android Project). And now I'm having Failed to load properties file for project 'droid-platform' error....

How do I create an ADT virtual machine of a specific size that still has the hardware control buttons?

I'm trying to develop a very specific app for my Dell Streak. I want the entire app to run landscape. The Streak has a tilt function that switches the whole OS to a landscape 800x480. So I want to make an ADT to test in that uses an 800x480 display, but whenever I set the size I get no buttons. The Streak has a Home, Menu and Back butto...

Android string and layout editors in Eclipse-ADT frequently crash

I recently started programming for Android using the Eclipse ADT. What I am frequently observing is, that when I open some Android .xml file (e.g. res/strings.xml or some res/layout/<...>.xml file) that there are NullPointerExceptions. One can then still edit the file in source mode, but the convenient Resources-tab or the Layout-tab, r...

Unable to open both main.xml files from layout & layout-land at the same time?

While developing for Android, I am unable to open more than one main.xml file in an Eclipse editor at a time. Each time I open one, it simply replaces the editor (tab) of the first main.xml with the new one, instead of opening a new tab - even if the contents of the existing tab were unsaved! Even stranger, I can open multiple main.xml...

Where can I find the source code for the Android Development Tools (ADT) plugin for the Eclipse IDE?

I can't find the source code for the Android Development Tools Plugin for Eclipse. It seems to have been moved a few times, and when I google the question, the answers point to the wrong places. Also http://source.android.com/discuss seems to be down. ...

ADT in C - with or without pointers?

In theory it seems that books sugest declaring ADT in C as: struct some_structure; typedef some_structure *some_structure_t; while most code uses: struct some_structure; typedef some_structure some_structure_t; I know that const is not working with the first style. Is this the only reason for real libraries not to use first approac...

Android Config in Eclipse - SDK Preferences wants ...\Platforms, but SDK doesn't come with one

I'm installing and configuring Eclipse Galileo 3.52 on a PC following the instructions on http://developer.android.com/sdk/eclipse-adt.html All the steps in "Downloading the ADT Plugin" go fine with no errors. But when I get to the next step "Configuring the ADT Plugin" it fails when I set my SDK location, saying that it can't find an...

Clojure replacement for ADTs and Pattern Matching?

Whenever in Haskell we need some variant data type, we would use ADTs in conjunction with pattern matching. What do Clojure folks use for such usecases? ...

Pathetic attempt of an array based stack

Hi there, This is my first pathetic attempt at C++. I did an array based stack in C++ and the destructor is throwing out some memory dump. I can't figure out what went wrong. #include <stdio.h> #include <iostream> #include <exception> using namespace std; class FullStackException : public exception { virtual const char* what() ...

How to simulate landscape orientation in the android simulator?

How can I simulate landscape orientation in the android simulator? ...

Optimizing Eclipse for Android development

I develop Android using Eclipse and the ADT plug-in... and it's... slow. I have to restart frequently and it gets painfully worse when I have various Android projects open (needed for when I use library projects). Are there any specific optimizations that I can make to improve Eclipse performance when using the ADT plug-in? ...

adt plugin wont show in windows>preferences

Followed the instructions, installed JRE, installed eclipse, updated and downloaded the adt plugin then installed. Went to windows>preferences and android is not in the left pane. Tried to add path in system variables ( WIN 7) would not let me double click path. Please help newbie! ...

Error when installing the ADT plugins in Eclipse

I'm using Eclipse 3.5.2 and when I followed the steps on this tutorial(http://developer.android.com/guide/developing/tools/adt.html). I got an error message during the last steps. An error occurred while installing the items session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine...

Create library for Android development?

Hi, I'm pretty new to Android development, but I have some experience with Java and Eclipse. I'm looking for ways to create re-usable libraries (controls, helpers, "standard" activities, etc.) that I could use in my own projects, but that could also be distributed to other developers without disclosing the source code. Normally, I'd p...

Android ADT Plugin doesn't show up in Eclipse

I'm using Windows 7 and installed the 64 bit version of Eclipse 3.5.2. I then installed the Android ADT plugin, but when I try to configure it in the Windows > Preferences dialog, the Android Plugin doesn't show up in the left pane. Instead I see DDMS. This prevents me from specifying the location of the Android SDK (unless there is a...

Android Eclipse Hanging

I'm trying to get the ADT working in Eclipse, but I'm getting random hangs where eclipse just locks for no apparent reason, usually requiring a 'killall java' to properly clean it out of the memory. I'm on Ubuntu 10.4 (64bit) Here's the details of my eclipse/android install: eclipse Version: 3.5.2 Build id: M20100211-1343 Android Devel...

Help setting up Eclipse?

I'm setting up Eclipse for Android and when attempting to install the ADT plugin, I encounter the following error: Edit: Notice the more complete error message here. Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 0.9.9.v201009221407-60953 (co...