Questions tagged as 'android'

1
answer

I get this error: AAPT2 error: check logs for details

I'm getting this error! and I really do not know what it can be since I've tried several things. AAPT2 error: check logs for details Run tasks 2s 461ms null resource android:style/TextAppearance.Material not found. resource android:...
asked by 23.04.2018 / 01:14
2
answers

Error trying to open a project in Android Studio

Pass my project on a usb to transport it, but I try to open it on my mac and I get the following error:    android studio will use this android sdk instead How can I solve this?     
asked by 19.04.2018 / 00:12
0
answers

Google maps style, shows white grid

I'm implementing a custom style on a map of google maps, but when you apply it, the application looks like this: If I remove the style to the map, it looks perfectly, the code I use is the following: mMap.setMapType(GoogleMap.MAP_TYPE...
asked by 06.04.2018 / 03:14
1
answer

REACT - NATIVE "Build failed app: processReleaseResources"

I am generating an apk with react-native and I run it in the Android emulator and even in adb directly on a device and it does not generate any errors. but when executing the command: gradlew assembleRelease to generate the apk. throw...
asked by 05.04.2018 / 21:31
0
answers

get file path with the uri, in android studio

Hi, I'm doing an app with adnroid in java, I launch an intent to pick up a gallery image. The onActivityResult method returns the Uri of the image, but I need the path of the file. To be able to send it via network to a web server with mysql.Goo...
asked by 06.04.2018 / 00:59
1
answer

Framework around the linear layout

In an android application I wrap the contents of a fragment in a linearLayout. I put everything necessary and with width match_parent but when I execute it, it leaves me as a frame around the screen, which I do not want it to be....
asked by 04.04.2018 / 14:02
0
answers

Why does not my project run in the Eclipse emulator?

I downloaded eclipse and created a project but when running it inside the emulator it sends me the following errors and tells me that my project contains errors even when it has none.    [2018-04-06 12:50:14 - Dex Loader] Failed to load C: \...
asked by 06.04.2018 / 20:14
1
answer

Does anyone know why one of the two adapters works but the other does not?

I have 2 classes called MyAdapterBig / MyAdapterSmall, they represent two frigates. The issue is that one of them the small is perfectly, when I give the delete button delete, but the other Adapter, does not enter the for ... then ... I'm going...
asked by 07.04.2018 / 00:30
1
answer

I want the textView to occupy all the width without modifying the rest

I need the following code to have a layout and the textView to occupy all the width but without deforming the buttons below, which must belong to the second column intact. <GridLayout android:layout_width="match_parent" android:l...
asked by 04.06.2018 / 19:39
1
answer

info window android studio repeated last marker

I'm just learning and I'm doing an app in android studio where a map with different markers should come out, and each one should display an infowindow with different information (text and image) .. but for some error of mine only shows me the la...
asked by 02.05.2018 / 02:21