Android Question Error with MySQL connection

Ciclope3160

Member
Licensed User
Longtime User
This is the error when compile

B4A version: 5.20
Parsing code. (0.00s)
Compiling code. (0.04s)
Compiling layouts code. (0.00s)
Generating R file. (0.04s)
Compiling debugger engine code. (1.02s)
Compiling generated Java code. Error
B4A line: 33
hc.Initialize(\
javac 1.8.0_60
src\b4a\example\main.java:374: error: cannot access ClientProtocolException
_hc.Initialize("hc");
^
class file for org.apache.http.client.ClientProtocolException not found

Someone know tell me what happend??

Sometime before it run perfectly... I don´t know if it happends with new versions of B4A.
 

Ciclope3160

Member
Licensed User
Longtime User
I'm trying to replace but at "Connect Android to MySQL Database Tutorial" example, i don't know how replace it, can you put the replaced code, thanks!!!!
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

Ciclope3160

Member
Licensed User
Longtime User
Hi Erel, I'm changing my old project to new but I have an error when try MySql connection, is this:

<b>Parse error</b>: syntax error, unexpected 'u156335483_lto1' (T_STRING) in <b>/home/s04d9ff7/public_html/conexion.php</b> on line <b>9</b><br />

do you know why??

thanks
 
Upvote 0
Top