Questions tagged as 'android-studio'

1
answer

How to switch debug directory view to release, or vice versa?

In Android Studio in the left side corner it is possible to set the display type of in relation to the directory structure, as in my case shows is set to Android. See below: As you can see, the google_maps_api.xml(debug) is under...
asked by 29.06.2017 / 20:25
1
answer

Update SDk Android Studio, Path profile!

I formatted my pc and installed android Studio and got on a separate drive the separate androidSdk folder. When updating Sdk, the following error occurs:    An error occurred while preparing SDK package Android Wear ARM EABI   v7a System Imag...
asked by 20.04.2017 / 00:12
2
answers

Error using Google APIs to run from Android 2.3 (API Level 9)

I'm developing an app that will run from version 2.3 of Android (GingerBread - API Level 9) . However, when trying to add Firebase and Google Admob dependencies, the following error occurred while trying to sync: This support library s...
asked by 09.05.2017 / 15:25
0
answers

Error installing IDE Android Studio

Always when I install android Studio this error appears: execution failed for task ':app:compileDebugAidi'. java.lang.IIIegalStateException:aidl is missing I've tried to update and it does not solve, I'd like to know how to fix it. Th...
asked by 17.05.2017 / 14:55
1
answer

How to Install Appium

I'm trying to instantiate Appium in Android Studio, but I'm not sure how to do it. How do I install Appium in Android Studio ?     
asked by 29.03.2017 / 15:30
0
answers

Problems compiling in Android Studio

I created my first Project in Android Studio by setting MinimumS SKD to API 23 Android 6.0 (Marshmallow). Then I created a vital device in AVD Manager with the following settings: Nexus 5 API 24 (Nougat). I am trying to run the project on this e...
asked by 22.02.2017 / 17:00
0
answers

The Firebase class is not being found for import

I've done the following process below: dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module...
asked by 20.02.2017 / 16:41
1
answer

Error: A problem occurred configuring root project 'MyProject'

I'm trying to use the Firebase from Android Studio but I've made the settings on the Google website itself, and the message that appears to me is: Gradle 'MeuProjeto' project refresh failed Error:A problem occurred configuring root project 'M...
asked by 19.11.2016 / 20:58
0
answers

Error: android.view.InflateException: Binary XML file line # 10: Error inflating class android.widget.ListView

I'm running my app, but it returns the following error: Caused by: android.view.InflateException: Binary XML file line #10: Error inflating class android.widget.ListView And I'm simply running the App and opening my ListView directly with a...
asked by 17.10.2016 / 01:55
0
answers

Saving an image on the bank

I want to get the imageview image saved in the database and make the last saved image come back when I open the app code to transform the image into a byte ByteArrayOutputStream saida = new ByteArrayOutputStream(); bitmap.compress(B...
asked by 16.10.2016 / 03:01