Questions tagged as 'android-studio'

1
answer

Navigation Drawer without interaction when clicked

I'm using the default menu Navigation Drawer and have completed the method that already comes in the project to open my activities(Atividades) . I have already created the classes and I have already called each of them according to...
asked by 04.06.2016 / 18:47
1
answer

Android Studio does not display correct English characters

My project is not displaying any Portuguese characters correctly. When I display a string as "no", it displays "no." The strange thing is that when I call the direct string of res/string.xml , it works correctly. Anyone have any idea wh...
asked by 21.05.2015 / 18:39
2
answers

VideoView overlaying another videoView on TabActivity Android

I have TabActivity with two Tabs , in both it has a VideoView (Man | Woman). When I start one of the Tabs and then switch to the other, the video of the first still runs under the other video. How can I resolve this?...
asked by 22.01.2015 / 13:45
1
answer

error receiving JSON from url

Following the answer given to the question: Android: read JSON data That's exactly the same problem as mine, I got in class: package com.example.carlos.radiosingular.classes; import java.io.BufferedInputStream; import java.io.Buffered...
asked by 13.12.2018 / 13:48
0
answers

Android Studio - Error using BottomNavigationViewEx methods

Good afternoon, I'm using the BottomNavigationViewEx lib to make a navigation bar for an Android application, but when I use the methods "enableXXXX" and "setTextVisibility" it gives the error below. Does anyone know why and how...
asked by 31.07.2018 / 19:11
0
answers

How to resolve this dependency conflict?

I created a new project for some tests but this error is appearing Error: Execution failed for task ': app: preDebugAndroidTestBuild'.    Conflict with dependency 'com.android.support:support-annotations' in project ': app'. Resolved versi...
asked by 30.04.2018 / 00:53
0
answers

glClear emulator: 416 GL err 0x506

When I try to run the app in Android Studio to see the preview of how this error is getting, I've tried using another emulator, even different from Nexus api     
asked by 30.10.2017 / 20:16
0
answers

Error: Debug variables info not available [closed]

Whenever I try to "debug" with Android Studio this error appears: "debug variables info not available". Code in gradle: apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' andr...
asked by 30.10.2017 / 20:15
2
answers

Why does the preview of the layouts no longer appear after upgrading to Android Studio 3.0?

I made the update of Android Studio 2.3.3 for 3.0 . From there, only headache: projects ready with problem . In both the layouts design tab and the preview window, the screen layout ( design of the layout ). What appears in the prev...
asked by 02.11.2017 / 20:25
2
answers

I can only resolve dependencies if I use '+' in the versions of the Libraries

22 Dec 2017 Error that occurred while offline AfterswitchingtoOnlineWork ORIGINAL:I'vebeentryingtoavoiddoingitthisway:dependencies{compilefileTree(include:['*.jar'],dir:'libs')compile'com.android.support:appcompat-v7:26.+'Becausetheuseof'+'is...
asked by 02.12.2017 / 18:50