Posts by Vinícius Assis Neves • 28 points
6 posts
-
0
votes3
answers1765
viewsA: "php. h not found" error while installing Intl extension on Mac
The headers PHP is not installed on Mojave, if someone is having this problem today, do the following: 1) Installs xCoce CLT xcode-select --install 2) Reinstall the headers files: sudo installer…
-
0
votes1
answer32
viewsA: Asynctask and Adapter for Listview in conflict
Well, your mistake doesn’t seem to be any kind of conflict between Asynctask and Adapter. From what I saw the error happened in the background yes, but because you tried to access a null object, in…
-
0
votes0
answers193
viewsQ: Error: Unable to merge Dex
This error started happening when I added the uCrop library. How to solve? apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion '26.0.2' defaultConfig {…
-
0
votes1
answer1059
viewsA: Create separate method to call Activity
Let me get this straight. You have created a Chamaractivities class with some methods. Then you intend to give, for example, Chamaractivities.Login() for the method already make the transition of…
-
0
votes2
answers1138
viewsA: SOAP client.php
If someone has a similar problem, try Guilherme’s answer above, if you can’t handle php.ini the way he said it (as in my case it was already right in php.ini), remove all the lines from the.php…
-
1
votes2
answers1138
viewsQ: SOAP client.php
Good morning. I’m trying to mess with SOAP Web Service but I’m having problems. When I run client.php in the browser it doesn’t work. Does anyone know how to solve? php server. <?php $options =…