Questions tagged [eclipse-adt]

Android Development Tools is a plugin for Eclipse that facilitates building Android applications.

Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.

This tag is a duplicate of a significantly more popular [adt], and should be merged with the latter if possible.

568 questions
-1
votes
1 answer

"Line not available" in android debugging

I have an Android library source code and .jar archive for that library. I also have and Android app that makes use of that library. My library source code and Android app are in the same Eclipse workspace. So, I added .jar archive to build path of…
user3623874
  • 520
  • 1
  • 6
  • 25
-1
votes
2 answers

Add Linear Layout view dynamically in eclipse android

How can I add view (with linear layout id/linearlayout_tambahkeluhan can add automatically when I click button id/tambah_keluhan) in case that...the content in linearlayout_tambahkeluhan is id/layout_keluhan, id/layout_status,…
-1
votes
2 answers

Get value from radiobutton and radiogroup android

// here is my code, but the result still 0...anyone can help to fix my code? thx before :) RadioGroup rg_ringkas, rg_rapi, rg_resik, rg_rawat, rg_rajin; RadioButton…
-1
votes
1 answer

Using an existing Photoshop Design file in Eclipse ADT

Very new to UI development on Android apart from using the default buttons and so on from Eclipse ADT. I have a designer creating designs for different activities in Photoshop. How exactly can I take those .PSD files and use them in Eclipse to make…
Touni
  • 3
  • 2
-1
votes
1 answer

Google Play Services are not being added

This question was asked a lots of time. But I am facing a different problem that I have imported Play Services in the workspace; I have one project which is having Play Services and it is working fine. When I am creating another project, It is not…
Custadian
  • 845
  • 1
  • 11
  • 37
-1
votes
2 answers

Android Screen Brightness Lock

I am creating an android application that needs to keep the device awake (will not lock) like this: please help me to add the "Screen light lock" check-box in my settings activity. (in java, adt bundle eclipse) Sorry for my poor English.
-1
votes
2 answers

Error with passing data into intent

I've been doing an application which requires user inputs. This is my code: UserInput.java public class UserInput extends Activity { String tag = "UserInput"; EditText userInput; Uri rResult = null; int request_Code = 1; …
user3774763
  • 125
  • 1
  • 1
  • 8
-1
votes
2 answers

Passing data through Intent Android

I'm currently trying to program an app which requires the user to key in their name. This is the "Login" page. public class Login extends Activity { EditText username; @Override public void onCreate(Bundle savedInstanceState) { username =…
user3774763
  • 125
  • 1
  • 1
  • 8
-1
votes
1 answer

Error while updating eclipse ADT plugin

I am fetching a problem while doing update of my eclipse. It shows below message: Some sites could not be found. See the error log for more detail. Unable to read repository at…
Md Sufi Khan
  • 1,751
  • 1
  • 14
  • 19
-1
votes
1 answer

Is Eclipse Luna plus ADT good

Has anyone tried eclipse luna + adt? How is it? Is it worth upgrading? Just found out about the dark theme and it looks really sweet. And how do i upgrade from kepler to luna? I tried to check for updates doesn't seem to do it. Thanks guys!
Lendl Leyba
  • 2,287
  • 3
  • 34
  • 49
-1
votes
2 answers

No orientation Specified while adding Tab Widget

I created a new Android Project in eclipse and trying to add Tab Widget but I am getting an error saying "No orientation specified, and the default is horizontal. This is a common source of bugs when children are added dynamically." I tried putting …
-1
votes
1 answer

Eclipse: open in browser rather than code pane

Mousing over an Android class I get a popup tool tip. One of the links opens up the documentation for the class. However it currently opens this up in the code pane and I'd like it to open up in a browser. How do you change this behaviour?
Snowcrash
  • 80,579
  • 89
  • 266
  • 376
-1
votes
1 answer

How to link 3 buttons to 2 different html links and third button to another activity in eclpse?

I have created 2 buttons and i want to link both of them to 2 different html links,but i could link only one by using this below code.... import android.os.Bundle; import android.app.Activity; import android.view.View; import…
-1
votes
3 answers

How to link 2 buttons to 2 different html links in eclpse?

I have created 2 buttons and i want to link both of them to 2 different html links,but i could link only one by using this below code.... package com.kk24.adding two buttons; import android.os.Bundle; import android.app.Activity; import…
-1
votes
1 answer

Eclipse ADT 22.0.1 - Apps including library's don't appear to work any more

I updated to a the latest version of ADT Bundle and now i can't run any of my apps that include my ad network jar file. Failed resolving Lcom/nezero/testapp; interface 33 'Lcom/adsdk/sdk/AdListener;' Then the app bombs with…
Ne0
  • 2,688
  • 3
  • 35
  • 49
1 2 3
37
38