Posts by Higor Biz • 21 points
5 posts
-
0
votes0
answers65
viewsQ: Error recovering data from firebase with Xcode
I am error to recover information from firebase, check the codes: From what I understood in the mistakes I am doing something wrong to recover the data, must be something with the data dictionary...…
-
0
votes1
answer52
viewsQ: Keychain Sharing/Failed to create provisioning profile - Xcode
I have this error message when I try to create provisioning profile : Failed to create provisioning profile. There are no Devices Registered in your Account on the Developer website. Plug in and…
-
1
votes0
answers50
viewsQ: How to play errors in android studio and where to start research
I’m trying to reproduce this error below in apk but impossible to know where to start, check it out: android.view.InflateException: Binary XML file line #17: Error inflating class…
-
0
votes1
answer223
viewsA: Application does not work on a particular device after compiled
I found the error and the solution! Error: error: device unauthorized. This adbd’s $ADB_VENDOR_KEYS is not set; Try 'adb Kill-server' if that seems Wrong. Otherwise check for a confirmation dialog…
-
1
votes1
answer223
viewsQ: Application does not work on a particular device after compiled
I made an app, and on my mobile Lg G2, normal wheel but on a gran prime Samsung does not wheel. It says the app stopped error 41. What can be? Build.gradle: apply plugin: 'com.android.application'…