error

  1. practicalsoft

    B4X FEED No resource identifier found for attribute errors

    Hi How can I fix this Error? Generating R file. Error ..\res\layout\view_alert_view.xml:1: error: No resource identifier found for attribute 'cardBackgroundColor' in package 'com.sharedppp.org' ..\res\layout\view_alert_view.xml:1: error: No resource identifier found for attribute...
  2. practicalsoft

    B4X FEED Error : java.lang.ClassCastException: b4c.example.main$_mymessage cannot be cast to b4c.example.prueba$_datos

    Este error aparece cuando llega un texto enviado desde b4j , si en la app estoy en el main funciona pero cuando quiero recibir el texto desde prueba que es otra actividad me tira el error java.lang.ClassCastException: b4c.example.main$_mymessage cannot be cast to b4c.example.prueba$_datos...
  3. practicalsoft

    B4X FEED Googleplay in-app library issue

    I'm exploring in-app purchases with Google. From the tutorials I've read, I start with adding: CreateResourceFromFile(Macro, GooglePlayBilling.GooglePlayBilling) to the Manifest editor. After doing so, I get this log error: Error parsing manifest script:<br />File not found: C:\Program Files...
  4. practicalsoft

    B4X FEED b4xpage error in debug mode ?

    B4J 8.50 B4XPAGES 1.05 XUI VIEWS 2.35 my app with a lot pages work perfect in release mode, (from IDE and from java -jar myapp.jar), but from ide in debug mode there is issue: B4X: Waiting for debugger to connect... Program started. Error occurred on line: 32 (b4xditta)...
  5. practicalsoft

    B4X FEED Error using library: mssql-jdbc-7.0.0.jre8.jar

    Hello, I'm a new user of B4A to learn B4J. I insert my project becouse when I compile that it returns me this error: Uncaught translation error: com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version> = 26) In my project I add this instruction...
  6. practicalsoft

    B4X FEED Error at calling API

    I'm trying to make a call to an API (MVC). From the Postman application the call is made correctly, the received data being correct. If I try to make the same call from the B4A application, I get an error message: ResponseError. Reason: Not Found, Response: {"Message": "No HTTP resource was...
  7. practicalsoft

    B4X FEED Help for publishing apps on the App store

    Hi, I've completed the creation of an app with B4i. I've tested it and generated the .IPA I've also completed the entering information on the Apple Developer Center. Now I wish to upload the binary (.IPA) files (this is my 1st app for Apple, I've published for Android without any problem). I...
  8. practicalsoft

    B4X FEED UI Cloud - iPhone 11 Pro Error occurred: Timeout

    First, just want to say I am really enjoying being able to develop A/J/i all at the same time. This is a minor glitch, just thought I would mention it. Been using UI cloud for several days now and ALWAYS iPhone 11 Pro Error occurred: Timeout B4X: iPad Pro Click to enlarge Click to enlarge...
  9. practicalsoft

    B4X FEED Maven artifact not found: com.google.firebase/firebase-installations

    after installing b4a 10 and going through the installation process from the beginning i am getting an error when i Update SDK Manager "Recommended Updates" I saw this thread but it seems like there is still an update that gives that error. Android Question - After latest SDK update today, app...
  10. practicalsoft

    B4X FEED Error when compile the app

    Hello, i use this code from Erel's post https://www.b4x.com/android/forum/t...ange-selected-label-color.118088/#post-739300 B4X: Dim sf As Object = Dialog.ShowTemplate(ListTemplate, "OK", "", "CANCEL") For Each i As Int In Array(xui.DialogResponse_Positive, xui.DialogResponse_Cancel) Dim b...
  11. practicalsoft

    B4X FEED ERROR de B4j

    Hola instale la nueva versión de B4J (v8.50) y me sale este error al compilar, sugerencias?? gracias Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap ادامه مطلب...
  12. practicalsoft

    B4X FEED B4XDrawer error object should first be initialized

    I've included the last B4XDrawer library Android Tutorial - [B4X] B4XPages + B4XDrawer B4XDrawer v1.53 adds support for B4J. This is a good opportunity to create a B4XPages example using B4XDrawer. It does require some configuration so pay attention. The example is based on the three pages...
  13. practicalsoft

    B4X FEED Encountering Library Not Found Error

    Hello all, have searched the forums but cannot identify a solution to build failure after updating to B4I v6.80 about an hour ago. Seems as if though the linker cannot find the liSQL library. Any ideas? Key error text: "ld: library not found for -liSQL" Other Pertinent Error Message...
  14. practicalsoft

    B4X FEED [XUI] SD Base64 - Encode / Decode

    Today I was looking for a method for encoding and decoding in Base64. There are many libraries including the well-known StringUtils. But the decoding signaled me an error but it was not possible to understand exactly what the error was So I created for B4J a class that using inline Java code...
  15. practicalsoft

    B4X FEED Error Compiling Program - "fatal error: 'B4XEncryption.h' file not found"

    Edit, please see post below for new error log. I am using the build server. Well I'm getting close! I bought an old Iphone. Paid my Tribute to Apple and have everything up and running. Compile some example apps to my iphone successfully. HOWEVER, the app I have been working on (after many hours...
  16. practicalsoft

    B4X FEED CamEx2 error

    Hi everyone.. I am learn from this https://www.b4x.com/android/forum/threads/camera2-still-images-and-videos.83920/#content . I create 2 activity, 1 activity to call cam activity. I not modify any code from the sample, only move the sample code from main to an activity and call it from other. I...
  17. practicalsoft

    B4X FEED Error Compiling Program

    Well I'm getting close! I bought an old Iphone. Paid my Tribute to Apple and have everything up and running. Compile some example apps to my iphone successfully. HOWEVER, the app I have been working on (after many hours of research and "#If B4i..." stuff) fails to compile with the following...
  18. practicalsoft

    B4X FEED Generating R file Error

    Hi! I installed B4A on my laptop today and I'm trying to Release a previous project of mine. I've downloaded JDK and SDK and installed them from here. now when I'm trying to compile my app this error is showing: Generating R file. Error AndroidManifest.xml: error: Unable to open file for read...
  19. practicalsoft

    B4X FEED B4X runtime permission error

    I used an example from xchart from Klaus to make a snapshot of a graph. I used this code B4X: Sub savesnapshot Dim rp As RuntimePermissions rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE) Wait For Activity_PermissionResult (Permission As String, Result As Boolean) If...
  20. practicalsoft

    B4X FEED Error Maven Article : com.google.firebase/firebase-installations Not found

    Hi I try to add crashlytics following this thread Once I was able to run the software. Then I decided to download the latest version of the google-services.json . And since then it gets stuck in the compilation and I get this error- Error Maven Article ...
عقب
بالا