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...
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...
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...
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...
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...
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...
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...
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...
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....