Android Question You need to install Android SDK for Remote Compilation

desof

Well-Known Member
Licensed User
Longtime User
I understand the information provided in the website is not https://www.b4x.com/b4a.html-needed-install the Android SDK if one is to use remote compilation that's what I want to do.
But though the system requires me to enter a path in the appropriate box.

How is this ?
 

desof

Well-Known Member
Licensed User
Longtime User
B4A version: 5.20
Parsing code. (0.06s)
Compiling code. (0.06s)
Compiling layouts code. (0.04s)
Generating R file. (0.02s)
Compiling generated Java code. Error
B4A line: 353
res = Response.GetString(\
javac 1.8.0_65
src\guia\digital\sc\main.java:1492: error: cannot access ParseException
_res = _response.GetString("UTF8");Debug.locals.put("res", _res);
^
class file for org.apache.http.ParseException not found
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
are you using android 6 device?
 
Upvote 0
Top