Questions tagged as 'android-studio'

0
answers

TIMEOUT error implementing captcha in android emulator

I am implementing Google SafetyNet reCAPTCHA API in my Android application, but I have some problems with the emulator. When I run my app in the emulator, the captcha gives me TIMEOUT error. If I run my app on a mobile device, the captcha works...
asked by 08.11.2017 / 08:59
0
answers

Adapter in Java. Recycler and CardView error in the image

Lista<Fuente>ListaObjeto; public Adaptador (List<Fuente> listaObjeto) { ListaObjeto=ListaObjeto; @Override public viewHolder onCreateViewHolder(ViewGroup parent, int view Type){ View view =LayoutInflater.from(parent.getContext()).infl...
asked by 08.11.2017 / 02:37
0
answers

Is it possible to access the coordinates through a webview?

I'm starting on Android, and I would like to ask, is it possible to access geolocation or obtain coordinates through a webview? Or is all the obtaining of coordinates from the web that you make in html? Thanks in advance     
asked by 08.11.2017 / 14:37
0
answers

Why can not I see the layouts on android?

I am starting to work with android studio 3, but at the time of opening the layout, it sends me the following error: The layout stays loaded but shows nothing.     
asked by 10.11.2017 / 03:15
0
answers

How to fill in the pixels of an image in android studio?

I would like to fill in the "pixels" of an example image: a 480x800 image I would like to match up to 800x800 but without changing the width or height , I would like to add more pixels but of a black color without the image being deformed...
asked by 12.11.2017 / 22:34
2
answers

error when using app: srcCompat

I have a problem using srcCompat in the following code <android.support.design.widget.FloatingActionButton android:id="@+id/fab" android:layout_width="wrap_content" android:layout_height="wrap_content" andro...
asked by 12.11.2017 / 20:51
1
answer

Error installing Android studio on Ubuntu

Good morning, I recently installed Android Studio in Ubuntu and after installing the jdk I get this error.    "Error: Unable to get the CMake version located at:   / Android / Sdk / cmake / bin " Can you help me with any solution? Th...
asked by 05.11.2017 / 15:58
1
answer

Why does my ListView disappear? Android Studio - Firebase

In my app I have a button which makes a call to firebase to locate certain keys with their respective values, which will be added to an Array which will be shown in a Listview. When entering a value in the EditText followed by pressing...
asked by 05.11.2017 / 04:46
1
answer

Error with RealmSearchView with my Realm Data Base

I want to implement a SearchView in realm and I found RealmSearchView in link but I get an error in the adapter, these are the errors at com.condado.yeikel.mediosbasicos.Adapters.ExpedienteSearchViewAdapter$ExpedienteItemView.bind(Expediente...
asked by 07.11.2017 / 16:19
2
answers

Problem with logging in with Google in Firebase

good day. I have a login with Google in Firebase in my application, my application is already up in play store. The problem is that when I install from play store does not work the login with Google. But I tried passing through usb the generated...
asked by 04.11.2017 / 02:18