Most voted "android-studio" questions
Use only for questions about using Android Studio. DO NOT use for Android programming questions in general, so use the [android] tag. Android Studio is Google’s official IDE for Android application development, based on Intellij IDEA.
Learn more…1,128 questions
Sort by count of
-
2
votes0
answers131
viewsHow to change the color of the action bar in android studio
I am a student and developer beginner and I have a project that I have to do that basically consists of changing the color of the Action bar (Top Menu) by selecting one of the 3 radiobutton (single…
-
2
votes1
answer27
viewsDoubt regarding Textwatcher - Android
all right? I’m having trouble with the Textwatcher. Like, I created two "plaintext" that I named "et_texto1" and "et_texto2", when I write something in "et_texto1" it has to appear the word…
-
2
votes0
answers26
viewsRecovery of Images in Firebase Storage "Failing" Randomly
I am creating an app in which in the main Fragment a Recyclerview displays a list of registered animals. Images are being saved to Storage with the name = Animal Id + ". jpeg". I retrieve the list,…
-
2
votes0
answers14
viewsHow to Resolve Android Studio Error while Trying to Play MID File
Hello. I’m learning android and I’m trying to play a file. MID in my app. On Activity Main has this code: package com.micsgsoftwares.exemploplayermusic; import…
-
1
votes1
answer883
viewsError while running Android Studio
When opening Android Studio, there was a warning screen describing: Internal error. Please report to http://code.google.com/p/android/issues java.lang.RuntimeException: Duplicate registration for…
-
1
votes1
answer247
viewsProblem when climbing APK
I’m trying to upload an apk to Google Play and I got the following message: You uploaded an APK using the 5208000 version of Google Play Services. Use 5100000 or lower version. In my buil.Radle file…
-
1
votes1
answer525
viewsAdd Facebook sdk 3.20.0 to Android Studio 0.9.2
I’m having trouble adding the Facebook sdk to Androido Studio 0.9.2. Always returns me the following messages Failed to find: com.parse.bolts:bolts-android:1.1.2 Some solution? I imported the module…
-
1
votes1
answer4842
viewsHow to Restore Factory Settings from Android Studio?
My Android Studio IDE is giving many problems to compile my android project... How do I "reset" it?
-
1
votes1
answer474
viewsAndroid Studio does not save project changes
Before this problem happened, I compiled and recompiled my projects without any problem. But at the moment, when I compile my project, the IDE compiles the original project state, i.e., it compiles…
-
1
votes1
answer1775
viewsError importing Eclipse project to Android Studio
Every time I import my project "Radio__santana" from Eclipse to Android Studio, returns this error: * C:\Users\Cliente\AndroidImageSlideShow\AndroidManifest.xml: Invalid XML file:…
-
1
votes1
answer1036
viewsSave server images to my application
I am developing an application that after installed, the first time it is initialized it goes to the server to fetch all the images necessary for the user to use the application. I chose the library…
-
1
votes1
answer2629
viewsAndroid Studio with Mainactivity Problem
I started using Android Studio today, and when creating the App Project I came across a problem: I can create, but the Mainactivity class is full of errors and I haven’t changed anything in the…
-
1
votes1
answer239
viewsHow do I open a Service from a Broadcastreceiver?
I’m creating an app that intercepts a text message via BroadcastReceiver, more from that I want to receive this text via broadcast open a service. probably this is done via Intent more I can’t do.…
-
1
votes1
answer184
viewsAdd Andengine as a library to my project in Android Studio
I’m trying to import the project AndEngineby Github and then add the extension AndEngine Physics Box2D. I’m doing the steps: I created my project I installed Git and added the C: Program Files path…
-
1
votes1
answer4207
viewsIs there an API to work with QR code?
I need to read a QR code and check in an app I’m developing for Android. Is there any API ready to work with QR code?
-
1
votes1
answer150
viewsShared Preferences does not store login using JSON
I’m not able to save the login using JSON, it logs in but when I close the application and start again it didn’t save the login. private EditText editTextLogin; private EditText editTextSenha;…
-
1
votes0
answers8920
viewsHow to open projects in Android Studio?
I downloaded several projects ready for study purposes in Android Studio. They are projects like calculator, calendar, etc. But I can’t open them in Android Studio in the way I think is correct. I…
-
1
votes2
answers564
viewsAndroid Studio, file loss . jks
I lost the app’s . jks file and now I can’t update the app in the play store. What I can do in this case?
-
1
votes1
answer1038
viewsTela Responsivas
I’m having doubts about responsive screens on android. I’m almost done with my app, but I’m not getting it to be responsive to various screen sizes. I’m using the Android Studio IDE.…
-
1
votes1
answer673
viewsEclipse or android studio?
I’m using the Eclipse, but I came across the android studio, there’s some reason to change?
-
1
votes1
answer772
viewsMy app in android studio is closing, while consuming webservice
I have a problem in my application, when consuming a web service, the application is closing. The idea of my application is I consume this web service to validate my login, and returning a message…
-
1
votes1
answer380
viewsError while consuming webservice Soap on android
I have a web service whose wsdl is this: which rotor the next one runs in the browser: <!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Metro/2.2.0-1 (tags/2.2.0u1-7139;…
-
1
votes1
answer315
viewsClose Activity after result
I’m trying to implement a tutorial using Zxing to read Qrcode. In the tutorial who was accompanying him uses the Eclipse and places the libs of Zxing all importing "by hand". I am using Android…
-
1
votes0
answers100
viewsShow every event of the day in a pdf
I am doing a project on android Studio where I would like to make a report that show up all the events of the day that was registered. For example I registered five names today when the pdf is…
android-studioasked 9 years, 7 months ago Charles 11 -
1
votes0
answers685
viewsHow to get the full ZIP using Geocodelocation on Android?
I’m using the GPS to return the user’s address. Everything works very well, but the returned zip code is in the American standard, with 5 digits. Does anyone know any library or any way to get the…
-
1
votes1
answer86
viewsError importing lib material dialogs in android studio
That’s the lib I’m trying to import: material dialogs How is my Radle: Error:…
android-studioasked 9 years, 7 months ago Thiago Porto 292 -
1
votes1
answer140
viewsHighlight selected line in Recyclerview
How to highlight the selected line (clicked) in recyclerview? Listview was automatic. Thanks in advance.
android-studioasked 9 years, 7 months ago Thiago Porto 292 -
1
votes0
answers53
viewsHelp in installing the plugin to Fabric mopub
I downloaded the plugin from the site, installed it on Android Studio, but makes this mistake here:…
-
1
votes0
answers214
viewsHow can I save the data from parse.com in the device’s memory?
I’m trying to do something simple, but for me a little complicated, I’m trying to save the data coming from parse.with on the device, because when it has connection to the internet it works, but…
-
1
votes0
answers41
viewsApk of OCR , ndk build does not want to install
A few days ago I developed an OCR text recognition apk, to make this application it was necessary to install ndk-build. I need to continue the application but on a new computer, however ndk-build…
-
1
votes0
answers136
viewsError trying to build project. Cannot merge new index 65549 into a non-jumbo Instruction!
Would anyone know what’s going on and how to fix it? I’m using Android Studio. Below is the complete list of the error. UNEXPECTED TOP-LEVEL EXCEPTION: com.android.dex.DexIndexOverflowException:…
android-studioasked 9 years, 8 months ago Oliveira Filho 11 -
1
votes1
answer268
viewsConvert Jsoup doc to string, apply Regex and return a value in String
I’m using an example I found called Androidjsoup to get the source HTML from a certain page, but I’m not getting just the snippet of code I wish is in a certain <script> In short, the…
-
1
votes0
answers120
viewsExecution failed for task :app:packageDebug
I imported an android eclipse project to android studio, I have the following error Execution failed for task :app:packageDebug
android-studioasked 9 years, 6 months ago Diogenes Rafael Azevedo 11 -
1
votes1
answer229
viewsError starting Android Studio
After installing Android Studio, when opening (for the first time) you choose the theme and the following screen appears: If I from 'Retry' does nothing, if I from Cancel appears the following…
-
1
votes0
answers227
viewsThe JSON array does not want to pass everything to my listview
Here’s my mistake, when I run the app in the emulator, the app does not receive a single title from array JSON, does not close the application, the only error that is in logcat, was supposed to be…
-
1
votes1
answer51
viewsHow to list all Browsers installed on Android?
How do I list/check all browsers installed on an Android device via Java?
-
1
votes0
answers86
viewsBuilt-in Activity/Fragment camera as Instagram
I have an app where sometimes the user needs to take a picture of a receipt during a confirmation process and would like to have the camera inlaid on the same screen at this time (rather than…
-
1
votes1
answer440
viewsHow to change the Android Studio emulator window?
It has no top bar with close, minimize and maximize buttons. I can’t move it, it stays fixed in the left corner of the screen and never loads the "hello word" test app. I tried to emulate with my…
android-studioasked 9 years, 3 months ago Ricardo Jansen 11 -
1
votes3
answers783
viewsActionbar in Android Studio 1.4
I upgraded my Android Studio to version 1.4 and am having problems implementing Actionbar in one activity. The application performs validation of a user’s data through the MainActivity and then…
-
1
votes1
answer858
viewsHow to change minSdkVersion on Android
I’m having some problems running on my real device. This is on top is my device, and this on the bottom are the settings of my project. apply plugin: 'com.android.application' android {…
-
1
votes2
answers1998
viewsInstallation of Android studio on Ubuntu
It is the first time I install android-studio, installed with the commands: sudo apt-add-repository ppa:paolorotolo/android-studio sudo apt-get update sudo apt-get install android-studio At first…
-
1
votes0
answers401
viewsSend msg by Whatsapp to directly by an application
It is possible to send a message via Whatsapp to a pre determined contact directly from my application. Without opening the application and having to select the contact and then send the message.…
-
1
votes1
answer387
viewsUpdate of Mainactivity items
I’m studying an app that has the same functionality as a contact book. The app is divided into two tabs, a tab to add the user and another tab to list the users that have been added. After adding a…
-
1
votes1
answer1324
viewsUnreachable Statement
I need help, on line 107 the android studio shows an error that says: "Error:(107, 48) error: unreachable statement" Whereas Line 106 is the AdapterView.AdapterContextMenuInfo info is red. When I…
-
1
votes1
answer625
viewsLimit of Android Layout
Good morning, I made a Layout for my last project, and agr want to expand the fields, soq for this I want the layout not to end up in the corner of the screen, I want me to slide my finger and lower…
-
1
votes1
answer178
viewsHow to remove Android project from SVN?
I started working with git and wish to remove all traces of SVN from my project in Android Studio. I don’t want to see the color titles for versioned, versioned, or commit hysterical anymore so it…
-
1
votes0
answers135
viewsAndroid Fragment with Textwatcher - does not work
Good morning! With the help of the staff, I made a calculation scheme that when typing the value in an editText1, another editText2 is updated automatically, and vice versa.. It’s just a test…
-
1
votes0
answers204
viewsAndroid/Sdk/build-tools/22.0.1/aapt'' finished with non-zero Exit value 1
I have this problem in my project and I’ve tried the souluções of these posts: Post 1 Post 2, but none of them worked for me. The projector runs perfectly in Android Studio 1.2, but when I upgraded…
-
1
votes1
answer156
viewsFacebook Android Studio
I am with following error I could not find a solution: Error:(15, 0) Could not find Property 'ANDROID_BUILD_SDK_VERSION' on project ':facebook'. I’m using Android studio 1.2.2. build.gradle: apply…
android-studioasked 9 years, 5 months ago Douglas William 321 -
1
votes1
answer1643
viewsAndroid Studio freezes in Gradle: Resolve dependencies ':app:_debugCompile'
When I open Android Studio Gradle runs several processes. When arriving in Resolve dependencies ':app:_debugCompile' he hangs and even telling abort does not respond. This is my build.gradle: //…