Basic4android v1.60 - second beta is online

Erel

B4X founder
Staff member
Licensed User
Longtime User
The second beta (v1.57) is now online, at the same location.

This version fixes all the issues discussed yesterday. Multiple widgets should work correctly now.

PhoneEvents was refactored to remove the READ_STATE permission if it is not needed. Use PhoneEvents.InitializeWithPhoneState if you need the PhoneState event (the permission will be added in this case).
There is also a new method: Phone.SendBroadcastIntent.
 

agraham

Expert
Licensed User
Longtime User
The help for PhoneEvents.InitializeWithPhoneState is wrong, it omits the EventName parameter. Also passing a PhoneID instance looks a bit odd as a PhoneID is not initialised to this particular phone, and anyway it doesn't seem to be used in the method (unless JD-GUI has missed it!). :confused:
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
Still can't invoke the standard dexer (optimised is fine). The path to dx.jar looks like a cut and paste victim! :(
Compiling generated Java code. 1.77
Convert byte code - optimized dex. Error
Unable to access jarfile C:\Android\android-sdk-windows\platforms\android-8\tools\aapt.exe\lib\dx.jar
Standard dexer.
 
Upvote 0
Top