adt Questions
3
8
Solved
Since AVD tools 16 I'm getting this warning:
Replace "..." with ellipsis character (..., …) ?
in my strings.xml
at this line
<string name="searching">Searching...</string&g...
6
Solved
Since the new ADT preview version (version 21), they have a new lint warning that tells me the next thing on the manifest file (in the application tag):
Should explicitly set android:allowBackup...
Groschen asked 28/9, 2012 at 22:55
3
I've been trying to install the Android Developer Tools (ADT 23.0.2) in Eclipse 4.4 on OSX . When I do, I get the following error message:
An error occurred during the org.eclipse.equinox.intern...
3
Solved
Using the Android SDK from the command line, I can get a list of the running devices available using:
./adb device
This gives me the serial number of available devices. How can I get the AVD nam...
Astereognosis asked 5/12, 2011 at 7:6
7
After the latest update of the Android Developer Tools there is a problem I faced whenever I create a new project. It forces me to create a fragment_layout.xml as well.
So in the hello world progra...
Pagandom asked 29/3, 2014 at 18:25
6
I want to download an older version of the Android SDK: 21.0.0, Where can I do this?
I currently have the latest version of the android SDK, downloaded from HERE.
However I want an older version...
12
Solved
My android project was compiling well but suddenly it stopped launching. Then I tried to launch other projects from Project Explorer and all project threw same exception:
An internal error occurre...
Ultrafilter asked 15/9, 2014 at 12:3
24
Solved
This is the same problem as a number of other have reported, e.g.
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection to https://dl-ssl.google.co...
Lindyline asked 10/6, 2013 at 8:36
13
I'm working with Eclipse on Windows 7, x64. I'm getting an error when running ADT bundle of android development:
Error: Error parsing the AVDs
Unable to get the Android SDK home directory.
Make su...
12
Solved
In the newest version of ADT (r17) a generated constant was added BuildConfig.DEBUG that is set according to the build type. The problem I have is that it is never set to false, I expected it to ch...
1
I work remotely and connect to my office through a VPN client. Every program on my computer can access the office network, browsers can connect to intranet sites (e.g. http://myportal/). When I ope...
Braddy asked 2/10, 2014 at 16:42
6
Solved
I'm trying to setup an environment in which I can develop android apps on an Ubuntu server 13.04. Therefore, I can only use the command line.
When I run android, just to check if it's working, I g...
Isomerism asked 10/6, 2013 at 13:15
7
Solved
I've updated ADT to v. 21 and new warning appeared in this code:
if (e.getMessage().toLowerCase().contains("blabla"))
Implicitly using the default locale is a common source of bugs: Use toLowerCa...
9
Solved
I have recently set up my Android development environment. Every thing is alright but when I run my emulator it takes to much time with an error dialog on the emulator screen says- "Unfortunately, ...
Constrict asked 28/3, 2013 at 9:43
21
Solved
I have 7 devices plugged into my development machine.
Normally I do adb install <path to apk> and can install to just a single device.
Now I would like to install my apk on all of my 7 conn...
3
Does anyone know how to fix this error? I am not able to view Task List, and the Task List window has the error as written above/below.
Could not create the view: org.eclipse.mylyn.tasks.ui.views....
3
Solved
I just downloaded Android Developer Tools (ADT), which includes Eclipse, etc., and I followed Android's guide to create MyFirstApp. I've just spend over an hour looking for
android-support-v7-app...
18
Solved
Before coming to the problem let me explain what I did that has landed me in the problem.
I created an account on github and made a repository named Android.
Then I installed github client in my ...
4
Solved
I recently updated my Nexus 9 Tablet to Android 7 Nougat.
Since then the Logcat view in Eclipse stoped displaying Logcat messages, the view just stays empty.
Also the devices target is shown as "Un...
Hundredth asked 6/9, 2016 at 14:8
2
Solved
I am developing Android application in Eclipse IDE-ADT.Here i cannot create Dynamic Web project. How can I do it. And how to find the installed plugin in eclipse.
3
ADT now generates XML layouts with the following attributes:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:la...
Enquire asked 5/6, 2014 at 12:4
10
Solved
Yesterday I tried to install ADT plugin to Eclipse, but when I restarted it I found the next screen:
When I click on "Open SDK Manager", I see something loading but after waiting it doesn't open...
5
I have a Google Nexus 7 (2013) that's under warranty with a dead LCD screen. To get it replaced I need to provide Asus with the serial number (SSN) which is available in 3 places:
- In the device's...
Preoccupy asked 14/8, 2014 at 18:7
9
Solved
Why would Eclipse, when building an Android project, get stuck in an infinite loop for Building workspace... and (re) Building workspace... and (re) Building workspace...
Is this a known bug?
Wha...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.