Java Question desugar - fix the "invokedynamic requires" error - Erel    Nov 6, 2019   (6 reactions) are removed from the AAR files. - The merged jar is desugared. Go over the code before you use it. Note...: https://www.b4x.com/android/forum/threads/desugar-error-parsing-command-line-while-parsing-option... B4A Question Intermittent error message - Erel (first post)    May 11, 2011   (2 reactions) Please try the following steps:
1. Make sure that you have a folder named c:\temp.
2. Run Basic4android with a shortcut or from the command line and add the argument: -log
It should create a file named c:\temp\log.txt.
When this error appears, close the IDE. The log should contain more information about this error.... B4A Question Convert byte code - optimized dex. Error - Need Help Pls :( - Joel Fonseca    Jul 25, 2011 adding what I wanted, I tried to compile and this error starts to appear and I can't compile this any more, anyone can help me out pls ?, thanks in advance.
Compiling code. 3.84
Generating R file. 0.00
Compiling generated Java code. 26.37
Convert byte code - optimized dex. Error
UNEXPECTED TOP-LEVEL ERROR:
java.lang... B4A Tutorial FusedLocationProvider + Resolution Dialog - Erel    May 10, 2021   (17 reactions)   tags: location gps ** This is the only option to enable location services from inside your app. ** Example was updated and is based on B4XPages. Don't miss: 1. ShowResolutionDialog sub that is added to Main. It needs to be added to the activity that hosts B4XPages. 2. #AdditionalJars in Main. 3. Manifest editor addition. https://www.b4x.com/basic4android/images/i_view64_fHopQqm7Zd.png... B4A Question Null not evaluating as Null - Computersmith64    Aug 4, 2017 (where "icon" is the result of the query) if the query returns Null, it works fine... the documentation, the return type from ExecQueryResult2 is either a String, or Null. The variable ("icon..., it works fine. Why does it work when a String that has been set to Null by ExecQuerySingleResult2.... I perform a test on the string to see if it's Null & if it isn't loads the file in... As String) As Bitmap Private iconImg As Bitmap If icon <> Null Then iconImg... B4A Question [solved] GooglePlayBilling v7.00 - subscription error - aeric    May 29, 2024 , productDetailsToken='AEuhp4JcTcV5...=', subscriptionOfferDetails=} Error logs: Query (subs) completed: true <-- Result.IsSuccess from Billing_PurchasesQueryCompleted <-- Purchases.As(Object) Error occurred on line: 99 (Main) java.lang.NullPointerException: offerToken is required for constructing...I am testing the new GooglePlayBilling library v7.00 I get an error on line #99 when calling LaunchBillingFlow for subscriptions. Result = billing.LaunchBillingFlow(SkuDetails.Get(0)) SkuDetails... Java Question Wrapping lib error: onActivityResult: wi is null - laomms    Jul 30, 2018 I reference Johan Schoeman and DonManfred's sample want wrpping a github google vision source code . evething is well, I use SLC1.06 wrpping the lib successful. but when inport the b4a, error occurred: onActivityResult: wi is null... B4A Question Mqtt chat network error - postasat    Mar 21, 2018 Hello, I have a problem using mqtt chat with autodiscovery. I use a tablet as server and phones as client in a mqtt chat with autodiscovery. Both are connected in the same wifi network but the wifi network have no internet connection. If the phone have wifi on and mobile data on, when I start connection, the phone/client can't find the tablet/server and I have success=false in a few time in... Java Question Loading .so library files error - walterf25    Jun 2, 2015 i try the library i get the following error. ** Activity (main) Create, isFirst = true ** ** Activity (main) Resume ** java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in "/data....getDirDefaultExternal(), "libctrl_gpio.so")); When i do this i get this other error: ** Activity (main....androidpos/files libctrl_gpio.so java.lang.UnsatisfiedLinkError: dlopen failed: couldn't map "... B4A Question and further with the error "java.lang.NullPointerException:" - Deleted member 103    Nov 29, 2017 Hi, the errors with "java.lang.NullPointerException:" do not stop. :( 62216 Mein.java: 62217 Starter.java: 62218 Is only a guess, but it may be that the timer is overstretched in starter service and the callsubs are not executed correctly? If so, should the timer be moved to the main activity?... Page: 1   2   3   4   5   6   7   |