compile error

  1. F

    Android Question B4A deletes the banner image

    I am following these steps to create and upload an Android TV App - https://www.b4x.com/android/forum/threads/android-tv-with-b4a.138432/ But when I try to build the app or even debug it for some reason B4A deletes de banner picture and I get this error does anybody know why B4A deletes this...
  2. R

    B4J Question Source option 7 is no longer supported (using JDK20)

    Using Oracle's JDK 20, I get a B4J compile-time error saying Compiling generated Java code. Error error: Source option 7 is no longer supported. Use 8 or later. javac 20 The oft-suggested workarounds like "use an earlier JDK" won't be applicable in my situation. Do we foresee a fix for this...
  3. M

    Android Question [B4XPages] Upload files with WebView

    Hi everyone, In my project I have a WebView that loads a webpage that has a "Choose File" button. I took a look in the forum and i found this post: Upload files with WebView However... the attached project works, but it's not b4xpages... As soon as i take the code (and the manifest too) to put...
  4. Angel Garcia

    Android Question Facebook 1.03 Compiling error

    Hello all, I tried to update the Facebook authentication library from 1.02 to 1.03, but i'm having this compiling error: facebook.Initialize2(\ src\com\stylist\ieapplications\main.java:1093: error: cannot find symbol _facebook.Initialize2(processBA,"fb"); ^ symbol: method...
  5. A

    Android Question Compile error when implementing FirebaseAdmob2 in B4A v10.9

    Hello everyone I hope that you can help me understand what I am doing wrong. I have created a test app to simulate the issue I have. below is the error I get, this mainly happens when I compile the app B4A Version: 10.90 Parsing code. (0.00s) Java Version: 11 Building folders structure...
  6. H

    Android Question Compile error of example code

    HI I have downloaded the Bluetooth_example, and i was trying to run it on my system but it thew error. I am very much new and trying to learn b4a, I had followed the steps of installation but in D drive not in c drive. Kindly let me know what is issue, let me know if any more information is...
  7. M

    Android Question Error when compiling generated java code

    Hello everyone, I'm having a issue when I try compile and run my program. He was working before some changes, but I can't find the problem and don't find any similar thread here. Apparently the function is receiving more arguments than should receive, but I don't know why either how fix it. Here...
  8. N

    iOS Question Compiling issues

    Hi there Yesterday I started having issues compiling an app that previously was compiling without issue. I had no problem compiling for most of yesterday until near 16:00 where I started getting this error appearing in the compilation window. any ideas on what the issue is?
  9. Multiverse app

    Wish Hotswap code with widget

    This has been bothering me for some time now. So almost all of my projects have widgets in them, and there is a very annoying thing that happens when I try to hot-swap the code (ctr+s) (when widgets are added to the home screen)- The compiler again tries to create the xml file of the widget...
  10. Kwame Twum

    Android Question [Solved] Compile Error: Uncaught translation error.

    Hello everyone, I opened up a project(targets API 24) and attempted to compile but it failed with an error. It compiled successfully the last time I opened it (12 days ago), and the resulting app from that last compile is even on the play store, so I know I haven't added any new library to...
Top