T techgreyeye Member Licensed User Longtime User Jul 19, 2017 #1 I've used the hotspot library posted by Johan Schoeman and minimised the code for posting here. App builds OK and installs OK, but when opened it gives : Unfortunately, Hotspot has stopped OK If I comment out the hs declaration, it executes fine. I'm running 'old' versions : B4A 3.5 Core 3.41 Hotspot 1.00 Is there a compatibility issue? Any ideas? Thanks Attachments Code.txt 673 bytes · Views: 302 Log.txt 1.9 KB · Views: 378
I've used the hotspot library posted by Johan Schoeman and minimised the code for posting here. App builds OK and installs OK, but when opened it gives : Unfortunately, Hotspot has stopped OK If I comment out the hs declaration, it executes fine. I'm running 'old' versions : B4A 3.5 Core 3.41 Hotspot 1.00 Is there a compatibility issue? Any ideas? Thanks
Erel B4X founder Staff member Licensed User Longtime User Jul 20, 2017 #2 Based on the error it cannot find the class. If the class was compiled with Java 7 then it will not work with B4A 3.5. Upvote 0
Based on the error it cannot find the class. If the class was compiled with Java 7 then it will not work with B4A 3.5.
T techgreyeye Member Licensed User Longtime User Jul 24, 2017 #3 Erel said: Based on the error it cannot find the class. If the class was compiled with Java 7 then it will not work with B4A 3.5. Click to expand... Hi Erel, thanks for the pointer. I've bought the latest version and all works fine. Upvote 0
Erel said: Based on the error it cannot find the class. If the class was compiled with Java 7 then it will not work with B4A 3.5. Click to expand... Hi Erel, thanks for the pointer. I've bought the latest version and all works fine.