Questions tagged as 'android-studio'

2
answers

Add dependency in android studio

I wanted to know where exactly I put a dependency like this in android studio: <dependency> <groupId>com.code-troopers.betterpickers</groupId> <artifactId>library</artifactId> <version>2.2.1</versio...
asked by 10.11.2015 / 09:05
1
answer

How to import an Android project as a module in Android Studio?

I'm trying to import a Android project as a module from another project: ButwhenItrytoimport,Gradlegivesanerrorsayingthatitcannotfindtheandroid()methodinthebuild.gradlefileofthemodule.I'vetriedimportingbyselectingtheentireprojectfolde...
asked by 01.07.2015 / 15:27
1
answer

Error emulating AVD in android studio

errortryingtoemulateadeviceinandroidstudio It lets you create the device, but at the time of emulating this error, I already searched, but did not get anything related.     
asked by 19.12.2016 / 02:34
1
answer

The code completion window has few drawable alternatives to insert

You notice that there are several libraries imported into my Android Studio: ButwhenI'mgoingtoimportanimageintomyproject,onlyafewalternativesappearasyoucanseebelow: Thereweremorealternativestoseeasyoucanseebelow: HowdoIreversethis?==========...
asked by 09.11.2017 / 20:33
1
answer

Beginner's doubt library javax.imageio

I'm trying to do this import in java studio import javax.imageio.ImageIO; import javax.imageio.ImageReader; import javax.imageio.stream.ImageInputStream; but this error is appearing to me:    can not resolve symbol'ImageIO ' How can I...
asked by 01.08.2015 / 03:23
1
answer

I need to know how I use a .text as a database; I just need it to show the data it contains

My application is a manual that when the user clicks the item in the listView, the contained descriptions of each item, along with a photo, appear. Another thing like putting the .text data into a ListView. That is my doubt.     
asked by 07.07.2015 / 07:07
1
answer

Drawable folders for different dpi do not appear in Android Studio

I can not find the drawable folders with the proper resolutions in Android Studio. Just have a drawable call, where should I put the images at different resolutions?     
asked by 21.04.2015 / 01:15
1
answer

Problem creating Android Studio project on Ubuntu

I installed Android Studio, but when I create a project or open an existing one, the following message appears:    Error: Could not determine Java version using executable   /usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/bin/java.     
asked by 01.12.2015 / 01:47
2
answers

Does anyone have any information about Google not making ADT available for download any more? Did they set Android Studio as a tool?

If there is a question, I apologize, but I made an app and published these days. I was creating a new project, from another idea, and eclipse did not create the activity nor the layout, I thought it was outdated. Soon I updated everything in the...
asked by 14.12.2014 / 06:45
4
answers

Android Studio emulator with AMD processor

I'm trying to start developing applications for Android, but unfortunately I'm having some problems using the Android Studio emulator when testing the application. Basically when trying to run I get the following error:    Emulator: ERROR: x8...
asked by 22.02.2015 / 23:55