error

  1. yo3ggx

    Android Question When app crashes, is not fully closed

    Hello, I have an application that runs some code in a service (to allow running in the background). When the application crashes, Android shows it as open. I try to use in Starter service Sub Application_Error (Error As Exception, StackTrace As String) As Boolean ExitApplication Return...
  2. G

    Android Question Error: The given key was not present in the dictionary

    Hello, I have this error and I cannot compile. I get this Error Message: B4A Version: 12.80 Parsing code. (0.24s) Java Version: 11 Building folders structure. (0.08s) Compiling code. Error Error compiling program. Error description: The given key was not present in the...
  3. Tirecs

    B4J Question [SOLVED] B4J TableView Column Alignment Error in Java versions higher than 8

    Hello forum members, we use this function for setting the alignment of columns of a TableView in our B4J applications: 'Possible Alignments: [ top-left | top-center | top-right | center-left | center | center-right | bottom-left | bottom-center | bottom-right | baseline-left | baseline-center |...
  4. A

    Android Question permission error in release mode only

    Hi all, If I use the runtime permission function CheckAndRequest. First I see the normal message, one for every permission request. After these, only in release mode, I have the error I copied below. Logger connesso a: Teclast P40HD_ROW --------- beginning of main *** Service (starter)...
  5. F

    iOS Question debugging error

    Hi guys I'm debugging an app but it seems that also it requires the mobileprovision Even doing the test is necessary to have this mobileprovision file? Parsing code. (0.00s) Building folders structure. (0.08s) Compiling code. (0.04s) Compiling layouts code. (0.03s) Compiling debugger...
  6. carlos7000

    Spanish Problema al extraer datos de una lista. [Solucionado]

    Hola a todos. Estoy tratando de pasar parte del contenido de un archivo csv a una base de dato sqlite. Para ello escribí una funcion de prueba. Este es el código. Public Sub CargaDatos Dim SU As StringUtils Dim AirPorts As List = SU.LoadCSV(File.DirAssets, "ejemplo.csv", ",")...
  7. Yafuhenk

    B4R Question [SOLVED] Error WiFiSSLSocket

    Since today I get an error when I want to connect to the Wi-Fi network. rESP8266WiFi.h:142:23: error: cannot declare field 'B4R::WiFiSSLSocket::client' to be of abstract type 'B4R::BufferedWiFiClient' I searched for the error and I found that it has been fixed in rESP8266WiFi version 1.55...
  8. Hosein_Mghr

    Android Question Dex merg error defined multiple times

    Hello, dear friends. I encounter this dex merg when compiling. Description, When from the Firebasenotifictin library I use a special library called Dexter I get dex merg error when I remove Firebasenotifictin library the problem is fixed but I have to use Firebasenotifictin and Dexter library...
  9. T

    Android Question B4A SQLite error when inserting data into database (Can't Find Table Name)

    Hello, Friends! As I am new to B4A and I am just a student, I am working on an app/game that needs to connect to a database. In this case, I am currently using DB Browser for SQLite. I created a table named "Questions" in DB Browser and has some attributes in it. But when I try to insert...
  10. Justcooldev

    Android Question Error while trying to create my first wrapper

    Hi guys, Its the first time i'm trying to create a wrapper for b4a. I'm trying to make a wrapper for this : Github link. My project is attached. and i have this error : Starting step: Compiling Java code. javac 1.8.0_371...
  11. G

    iOS Question [Solved] Error on GetToken Method After New Version

    Hello, my app does not working after the last update of B4I and B4iBuildServer. It is an app, in which user subscribes to a topic (Firebase push notification), and after the subscription, I use a method named GetToken. (I found this method in another post) Private Sub GetToken As String...
  12. S

    Android Question net.sqlcipher.database.SQLiteException: file is not a database

    Hi, after updating to Android 13 a receive this message into my app where i use sqlchiper database. net.sqlcipher.database.SQLiteException: file is not a database: , while compiling: select count(*) from sqlite_master; on this line...
  13. DALB

    Android Question android.database.sqlite.SQLiteException: near ")": syntax error (code 1 SQLITE_ERROR): , while compiling: CREATE TABLE data )

    Hello everyone ! A sudden mistake appears in my code this morning without modifying anything !!! Here is a code I use since days : I'am loading a B4XTable. It worked fine for days, but this morning, The app renders the following error with this code: The error...
  14. M

    Android Question Offline SpeechToText VOSK - Unexpected event (missing RaiseSynchronousEvents): stt_readytolisten

    Hi everyone, i'm using the speechtotext library by @Biswajit (thanks) i noticed that once i ported it to B4XPages it started throwing this errors in the logs... actually the sub exsists and infact then it works... but it does not seems to be a stable things, it has already happened that the...
  15. M

    Android Question BLE does not connect - Disconnected event triggered

    Hi everyone, I already used BLE in the past for other project without any problems, now i'm using it again after some time and nothing works :confused:. When i try to connect to a ble device it goes in timeout triggerint the Disconnected event because it couldnt connect. My ble device is a...
  16. mgh

    Android Question Error java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/gson/Gson;

    Hello friends, please help me. This error occurs to me, what should I do?
  17. J

    Android Question What is the best way to get errors from a customer installed application?

    What is the best way to get errors from a customer installed application? I can log some errors (sql) from try...catch...end try and ask the customer to send them to an email. Or send errors automatically? The application is in Internal tested status on Play. How to catch errors outside of...
  18. A

    Android Question What does this error mean - anywheresoftware.b4a.keywords.Common.StartServiceImpl?

    I can't find Common.java file Exception java.lang.RuntimeException: at anywheresoftware.b4a.keywords.Common$11.run (Common.java:1184) at android.os.Handler.handleCallback (Handler.java:938) at android.os.Handler.dispatchMessage (Handler.java:99) at android.os.Looper.loopOnce...
  19. F

    Android Question [SOLVED] Program type already present: okio.AsyncTimeout$Watchdog

    Hello, I've been using B4A since early releases for various projects. I updated to B4A v12.0 to recompile an old project of mine so that it conforms to latest Google Android guidelines. Project was compiling fine on a previous version of B4A (non 64bit), using targetsdk of 29 or below but it...
  20. R

    Android Question BiometricManager - FATAL EXCEPTION

    Hi, using the example for the 'use of biometric function downloaded from this link ( https://www.b4x.com/android/forum/threads/biometricmanager-biometric-authentication.111256/#content ) the app I have a problem that I can not solve. the app is regularly installed , but on startup it closes...
Top