Click here to Skip to main content
15,895,746 members

Comments by Darren_vms (Top 89 by date)

Darren_vms 14-Jun-18 15:02pm View    
It looks like the issue is caused by jtds, try using jtds-1.3.0 just to see if the problem is resolved
Darren_vms 25-Jan-18 5:09am View    
I noticed you had another issue https://www.codeproject.com/Questions/1223336/Android-registration-with-PHP-mysql-error with what looks like the same code reused in this example. You posted the stack trace for that one which is reporting

E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.sajid.complainprotectioncell, PID: 2346
java.lang.NullPointerException: Attempt to invoke virtual method 'android.text.Editable android.widget.EditText.getText()' on a null object reference

So your problem lies in CheckEditTextIsEmptyOrNot();
Darren_vms 23-Jan-18 6:33am View    
Do you have the correct activity defined in AndroidManifest.xml ?
Darren_vms 9-Feb-17 9:14am View    
I believe you can use both.
Darren_vms 6-Feb-17 8:12am View    
what happens when you run the same command from the command line with the same arguments ?

What is in /android/build.gradle ?

Darren