Questions tagged as 'android'

1
answer

aapt.exe finished with non-zero exit value 1 Android Studio

I updated my Android Studio from version 2.3.3 to version 3.1. He gave me several problems that I solved. However, there is one that has been impossible for me. The error says like this: Process 'command 'C:\Users\User\AppData\Local\Android\Sd...
asked by 29.01.2018 / 19:25
1
answer

Google play does not mark any compatible device for my apk

I have 5 updates of my app modifying the AndroidManifest.xml to be if I get that the tab is different to compatible devices: 0 and I'm not successful appsheet . If you could help me please. AndroidManifest.xml <?xml version="1.0" enco...
asked by 31.08.2017 / 00:16
3
answers

The last element of my ListView is cut off

Finally I only added the line I put here below to the listview and it was solved, thanks for the answers!    android: paddingBottom="attr / actionBarSize" / > Good the problem is that my listview shows me the list, but the last eleme...
asked by 27.01.2017 / 14:48
2
answers

go from one fragment to another when selecting an item from a ListView

When executing and doing click on the item of listview the app is closed. Any ideas to solve this? The list is in a fragment, and I want to go to another fragment I leave my code public class DiezFrut extends Fragment { //...
asked by 18.01.2017 / 00:57
1
answer

Access layout elements after the onMarkerClick event

I am stuck in the development of my application and I can not find anything to solve the problem. Once the onMarkerClick event occurs, after an asynchronous call has occurred before. When the clickmarker event skips I can not access tw...
asked by 06.01.2017 / 13:04
1
answer

Problem with DialogFragment on Android?

I am trying to develop an application that looks like a feed news where the information is obtained from a json that is in a host , from there I can add and modify the data, the information is displayed in a cardview the problem...
asked by 10.11.2016 / 21:03
1
answer

When rotating the screen, the instances of the controls are lost?

Curiously enough I have not had problems with rotating the screen and controls, until now, I have my controls, until the Fragment arrived I have that happy problem when rotating the device loses the instance of the controls:    java.la...
asked by 16.12.2016 / 18:42
2
answers

I can not test the application in Android Studio

It happens to me that when I click on the Run button to try the application I do not see anything but I do not see anything, I'm supposed to always get this window when I run my projects, but specifically in the project I'm in, I do not se...
asked by 09.04.2017 / 20:24
1
answer

Registration in Firebase Cloud Messaging

I am developing an app in Android , and I plan to implement downstream messages, the drawback is to get a valid token for registration in < em> FCM . Although, I know that getting the token in this way is correct ... GoogleCloudMessa...
asked by 26.10.2016 / 01:25
1
answer

Attempt to invoke virtual method 'android.text.Editable android.widget.EditText.getText ()' on a null object reference

I have a problem trying Iniciar sesión in my app; I register and enter the data correctly, but when I try to login, the application stops. When reading the logcat it indicates to me that it is an error in Registro.java . EditText...
asked by 31.03.2017 / 00:50