Questions tagged as 'android-studio'

0
answers

Organize multiple images in Android Studio

I have many images in the project, I wanted to organize in folders within the drawable, would I have? type within drawable has n folders to save my images, but that when I put them in the image view they work.     
asked by 31.05.2018 / 17:55
0
answers

Miscellaneous Errors when synchronizing Gradle

I'm getting the following error when syncing my gradle. I can not understand the cause, nor do I know how to correct it. Somebody help me please, I'm a beginner. Android resource linking failed Output: C:\Users\alexi\AndroidStudioProjects\Dic...
asked by 06.06.2018 / 00:59
0
answers

RxJava2 and Requery Android select ambiguous

I use this function to get ReactiveEntityStore in the application class private static @NonNull ReactiveEntityStore<Persistable> getDataStore(@NonNull Context context) { DatabaseSource source = new DatabaseSource(context, Models.DEFA...
asked by 29.05.2018 / 03:38
1
answer

Incompatibility of the firebase version with that of google services

   Error: (40, 0) All firebase libraries must be either above or below   14.0.0 The error boils down to this. I've tried to solve it in several ways. I've never found a solution. The mistakes were changing and more and more they appeared, so...
asked by 14.05.2018 / 22:09
0
answers

accessing SQLite database created by ROOM in Android Studio

I'm using the new android.arch components for persistence with the room , but I could not access the database created in    data \ data \ path \ databases It creates 3 files:    base    base-shm    base-wal    But none...
asked by 19.05.2018 / 05:49
0
answers

Build app extremely slow

Hello, I'm having a serious problem with the Gradle Build time of an application. I researched a lot, changed gradle settings, disabled crashlytics, enabled daemon, build cache, offline work and configuration on demand and nothing, the build tak...
asked by 21.05.2018 / 14:01
0
answers

Android Studio inspection code does not finish execution

I need to run Analyze - > Inspect code but the execution generates a lot of Android Lint errors in the log (not errors in the application code) and does not end. I recently upgraded to Android Studio 3.1.2 and it was working. I've already...
asked by 03.05.2018 / 14:33
0
answers

Doubt about Android Studio

I started studying Java and moved into Android Studio recently. I'm trying to tinker with the open source tag below to be able to put an app in PlayStore . link However, when creating the APK the " build generated signed apk " o...
asked by 11.05.2018 / 00:00
0
answers

problems with Android Gradle sync failed

I'm having serious problems with my android studio I've already been to File > Settings > Builds, Execution, Deployment > Build Tools > Gradle> Gradle and checked that "Use default gradle wrapper (recommended)" is checked, and still...
asked by 01.05.2018 / 18:38
0
answers

Can not solve symbol 'Theme' in styles.xml file

You are giving the following error message: Android Studio 3.2.1 build.gradle (Project: xxx) dependencies {classpath 'com.android.tools.build:gradle:3.1.2'} I've tried the following: 1) I deleted the project .gradle directory 2...
asked by 04.05.2018 / 21:58