Android Question [SOLVED] Error in B4A V7.01 and 7.30

Johan Schoeman

Expert
Licensed User
Longtime User
I have a project that compiles perfectly with B4A V6.80. But with both versions 7.01 and 7.30 I get the following error when I compile the B4A project. Can some please advise what the problem might be?

upload_2017-8-22_19-4-8.png
 

techknight

Well-Known Member
Licensed User
Longtime User
Because you need Java 8 installed, and have your IDE settings pointed to java 8.

I wish there was a check in B4A to alert you of this. Right now its just cryptic.
 
Upvote 0

jpvniekerk

Active Member
Licensed User
Longtime User
I just upgraded to 7.30 (from 6.2 - I think?) and get the same problem.
I've installed the latest jdk.
I'm using android-25 jar.
I've rebooted Windows 10.
Still get the error.

upload_2017-8-24_11-36-22.png


upload_2017-8-24_11-37-34.png


Urgent help will be GREATLY appreciated!
 
Upvote 0

jpvniekerk

Active Member
Licensed User
Longtime User
It looked like a problem with libraries so I tested various things.
There seems to be a conflict with both OkHttpUtils2 (2.61) and DropboxHttpAPI (0.93) active.
When I unchecked DropboxHttpAPI and commented out all the subs that uses it, all works fine - except now my total DropBox functionality is lost!

@DonManfred or anybody else: Any advice on how this conflict can be resolved?
 
Upvote 0

jpvniekerk

Active Member
Licensed User
Longtime User
You are posting in the WRONG thread!

I started having this problem after upgrading to 7.30, with the same problem as OP - therefore posted my problem in the same thread as I didn't want to start another thread with the same problem. So I believe it was started in the right thread. Read my posts from #4 onward to follow the logic.

Now the problem seems to have moved to a different area, and I will post it as a new question.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top