Questions tagged as 'android-studio'

1
answer

Blank Activity does not appear in Android Studio

When creating a new project in Android Studio chooses the type of activity , how to put Blank Activity in Android Studio ?     
asked by 17.07.2016 / 19:30
1
answer

How do I activate LogCat?

Hello, I'm making an app where I use AlarmManager, I need to use LogCat but I do not know how to make it appear in Android Studio.     
asked by 05.06.2016 / 23:05
1
answer

Multiple errors compiling in Android Studio [closed]

I created a project in Android Studio (yes, the Rotate the device). I finished the main screen and created the action for the Root button. After I created a "Welcome" screen, several errors appeared. One of these are these;    Error: (23, 10)...
asked by 27.09.2015 / 04:16
1
answer

Background image of the activity distorts when you open the keyboard

I'm developing an application in which it has a background image of the image. But every time I open the virtual keyboard to fill a field, that image flattens. How do I prevent this from happening?     
asked by 15.05.2015 / 05:06
2
answers

Youtube video for a videoview

I need to pass a video through the link into my android app, I tried this code: String video="http://www.youtube.com/embed/76JpysFZ2VM"; Uri uri= Uri.parse(video); vid1.setVideoURI(uri); vid1.start(); Complete code...
asked by 02.07.2015 / 14:03
1
answer

Adapter in a ListView in Android Studio

I'm trying to supplement a code that controls a custom ListView, through three classes: AdapterListView , ItemListView , and MainActivity . To date, the code only manages the insertion of data and images (inserted via code)...
asked by 09.02.2015 / 17:08
2
answers

minSdkVersion error 1 can not be smaller than version 4

I am studying a script and at the time of doing the project build it accuses version problem, but only I am having this problem in my class. <uses-sdk android:minSdkVersion="1" android:targetSdkVersion="1" /> Error: (5, 5) uses-sdk:...
asked by 19.06.2015 / 02:42
4
answers

AVD initialization error - Android Studio

When the android emulator starts, the following error occurs: 07-22 15:14:14.669 2387-2488/com.android.systemui E/JavaBinder﹕ Uncaught remote exception! (Exceptions are not yet supported across processes.) java.lang.RuntimeException: a...
asked by 22.07.2014 / 21:19
1
answer

Problems with Android Studio [closed]

Today I migrated to Android Studio, I was using Eclipse + ADT to develop for Android today. So I gave run in the application and gave this error:    the module can not be android library I do not understand what it is.     
asked by 21.04.2014 / 06:23
1
answer

Navigation Google Maps Material Design

Does anyone know reference material to develop an Android app similar to the new Google Maps animation and navigation format? The idea is to position the Marker InfoWindow in the lower region of the screen. And as soon as the user touches, or...
asked by 04.04.2015 / 22:47