Questions tagged as 'android-studio'

1
answer

Error after updating Android Studio to version 3.0.1 [closed]

Hello, I just updated my version from 2.1 to 3.0.1 and this error is appearing    Information: Gradle tasks [: app: generateDebugSources,: app: generateDebugAndroidTestSources,: app: mockableAndroidJar] Error: java.util.concurrent.ExecutionEx...
asked by 19.12.2017 / 13:38
0
answers

Set a maximum size for layout not to exceed - Android Studio

I have an adapter, where I display a list of webviews, each webview loads a news item with a different size text <LinearLayout android:id="@+id/layout_teste_tamanho" android:layout_width="match_parent" android:layout...
asked by 02.01.2019 / 12:59
0
answers

Debug Android Studio 3.2.1 does not automatically trigger Breakpoints

In other versions of Android Studio Debug shift + f9 worked correctly through all Breakpoints, in addition to launching the app automatically on the phone when it was testing, now in this version it does not start automatically and does not pick...
asked by 01.01.2019 / 17:40
0
answers

How to Monitor Streaming Upload in MediaPlayer

So, I'm creating the media player. Everything works. Now I would like to implement the streaming upload progress counter. I'll post my whole code for you to take a look at. Note that even if you implement OnBufferingUpdateListener i...
asked by 27.12.2018 / 20:29
1
answer

SQLite giving "near" CREATE error: syntax error (code 1): "[closed]

Does anyone know what's wrong to be giving this error? I/System.out: ERRO 1 :android.database.sqlite.SQLiteException: near "CREATE": syntax error (code 1): , while compiling: CREATE TABLE tbcliente ( IdCliente int(11) NOT NULL, IdEmpresa int...
asked by 27.12.2018 / 19:34
1
answer

How to add files in .gitignore in Android Studio?

At some point in our project, the local configuration files ( workspace.xml , app.iml ) were sent to git . Among these files, some of the gradle itself ( cache.properties.lock , fileHashes.bin , fileSnapshots.bin...
asked by 04.09.2015 / 13:49
1
answer

Withdraw in the editor of Android Studio

How do I get this automatic design from Android Studio?     
asked by 04.10.2018 / 15:38
1
answer

Web application (running on mobile only)

Is there a way I can basically do an installer, like an application or a mobile game ???? Because I wanted to generate an access icon for the client without needing to open the site through the browser. Icon to access and navigate, not a shortcu...
asked by 08.06.2018 / 04:45
1
answer

Android Studio does not recognize Gradle libraries

I've taken a project that has several external dependencies, such as facebook's lib, even some of the android support itself. The design normally compiles and rotates perfectly on the device. The problem is that all of these references when used...
asked by 10.05.2018 / 22:20
1
answer

Android Development with Android Studio - RecyclerView is not working

I'm trying to get into this Android development world by using Android Studio. And right at the beginning I'm already facing a simple problem for an experienced developer who uses Android Studio but relatively difficult for those starting out....
asked by 21.10.2018 / 20:29