Questions tagged as 'android-studio'

1
answer

Android SDK Build-tools 22.0.1 inventing folders within res in the generated APK

I'm using Android Studio 1.2.1.1 , with Gradle 2.2.1 , and this is a snippet (the relevant part) of my my resource folders structure: res |- layout |- layout-v21 |- values |- values-v11 |- values-v13 |- values-v14 |- values-...
asked by 14.06.2015 / 21:45
0
answers

Slowdown with constant increase in the emulator and load of the IDE

Since the installation of Android Studio , the emulator is constantly getting slower as it is used, and it is not for lack of exclude test apps, etc., the IDE itself starts to have slow loading of projects Previously I used Windows 1...
asked by 12.03.2018 / 16:07
2
answers

My layout does not render [closed]

I was watching and copying a code from the first Material Design class of Thiengo Calopsita from youtube , it turns out that the xml activity_main and toolbar_bottom is not rendering in Android Studio , according to the erro...
asked by 20.06.2015 / 16:18
2
answers

Project imported from Eclipse for AndroidStudio has no reference R

I've imported a project from Eclipse to Android Studio , but it has no reference to the old R .     
asked by 23.01.2015 / 11:58
1
answer

Is there any way I can import a project into Android Studio by automatically solving dependencies?

I have had frequent difficulties importing projects into Android Studio. Whenever I do a new import, the IDE points to several dependencies that are not satisfied and I have to solve them manually, making importing always slow too. Someone ha...
asked by 11.10.2015 / 21:09
1
answer

Error in Manifest after upgrading from Android Studio to version 1.4

I'm starting on Android now and I had not encountered this error previously, I've tried to see other projects but still the error persists, I'd like to know what's causing the error and how to resolve it.     
asked by 27.10.2015 / 01:31
3
answers

When creating folder inside folder / res it is not visible in the left panel

When I put the name of the new folder and press Enter, that same folder does not appear on the left side of the Project nor can I reference the path of it. The strange thing is that if I put the name of the folder as raw, anim, animator, menu...
asked by 01.09.2016 / 11:59
2
answers

Where to create the assets folder in an android project?

Where should the assets folder be created? I want to use it to store my fonts.     
asked by 12.02.2015 / 19:58
2
answers

Java conversion to Kotlin

One of the qualities mentioned in the Kotlin language is the creation of clean code, that is, code that is pleasant to read and can accomplish its purpose without curling. From what I've seen, Android Studio contains a translation for Kotlin,...
asked by 01.08.2017 / 20:59
1
answer

How do I configure the back button action on android?

How do certain activities in the app perform when the back button is heard?     
asked by 11.04.2015 / 21:12