sdk

  1. K

    Android Question How do I know what SDKs my app uses?

    Hi guys How do I know what SDKs my app uses? Because Google sent me a form and how many of its questions are about the SDK. My app uses these libraries
  2. red30

    Android Question Permissions to work with Bluetooth and BLE depending on the target Sdk version

    Right now you can't upload an app with targetSdkversion<31 on Google play, so I had to install target Sdk=31 version to keep my apps updated. As I understand it, now it is desirable to immediately set targetSdkversion=33, since in the future there will still be a mandatory transition to...
  3. 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...
  4. S

    Android Question crisp sdk

    Hello I want to use the crisp SDK in my application Can you help me how to do this? Crisp SDK: https://github.com/crisp-im/crisp-sdk-android
  5. Lakhtin_V

    Android Question How to determine the version of android on a MODERN smartphone?

    On modern versions of Android, some features that worked well on older ones often stop working. It is logical to control the version of android that is installed on the smartphone in order to automatically correct the executable code. But I could control the version of Android only in the old...
  6. M

    Android Question B4A - Maven artifact not found: androidx.core/core-ktx (-> lStar)

    Hi everyone, I just switched to a MacBook M1 and i'm configuring everything on Windows11 with Parallels. I followed the usual B4A installation instructions and tried to compile an already existing project. This error showed up... what can i do? i already tried to install these...
  7. N

    Android Question SDK Manager class error

    Hey everyone I'm trying to create a AVD but I get this error in sdk manager every time . sdkmanager.bat address : C:\java\jdk-11.0.1\bin When I run AVD manager ..... When I try to create an AVD .....
  8. M

    Android Code Snippet [B4X] CameraExClass- QrCode/Barcode Reader fix new SDK

    Hi everyone, today I updated all the packages with the SDK Manager. After that, the app was crashing on a line about the QrCode reader made using the CameraEx class (there is a tutorial in the forum). Reading the logs I found out that now you must have the following line in the manifest to get...
  9. Carlos marin

    Zendesk SDK iOS and Android wrapper

    Hi, I'm looking for someone who can help me with the Zendesk SDK wrapper, both for iOS and Android, with all its services: SUPPORT SDK Zendesk Guide ANSWER BOT SDK CHAT SDK V2 TALK SDK The SDK link is as follows: https://developer.zendesk.com/documentation/classic-web-widget-sdks/ You can...
  10. Lucas Eduardo

    Android Question StartApp Ads

    Hello, someone know who wrap this lib? I'm trying to use the ad StartApp from this github, it's working, but the SDK version is 3.2.0 and the currently version is 4.8.11. https://github.com/StartApp-SDK/StartApp_InApp_SDK_B4A_Example Thank you.
  11. A

    Android Question Command-line tools link expired

    Hi! https://www.b4x.com/b4a.html The command-line tools link on the installation page returns a 404 Maybe it's a problem from Google side consider changing links thanks šŸ™šŸ»
  12. I

    Java Question Creating A Wrapper For Manufacturer SDK In B4A

    I have an SDK from a device manufacturer containing a jar file and some .so files in arm64-v8a and armeabi-v7a folders. Please how do I create a wrapper for the SDK so that I can use it in my B4X application?
  13. I

    Android Question Creating A Wrapper For Manufacturer SDK In B4A

    I have an SDK from a device manufacturer containing a jar file and some .so files in arm64-v8a and armeabi-v7a folders. Please how do I create a wrapper for the SDK so that I can use it in my B4X application? I have not created any wrapper before.
  14. Angel Garcia

    Android Question java.lang.NoClassDefFoundError: aewt

    Hello All, I'm deploying a new App on PlayStore and, on the Pre-Launch report I'm having this ANR Issue with 2 devices: java.lang.NoClassDefFoundError: aewt FATAL EXCEPTION: Firebase-Messaging-Intent-Handle Process: com.google.android.youtube, PID: 29087 java.lang.NoClassDefFoundError: aewt...
  15. walterf25

    Java Question Help (SumUp SDK Library Wrapper)

    Hi All, i am working on wrapping a library for a client, the jar file and xml file compile just fine, i have copied both files to my /additionallibraries folder but when I run an example app to test the library i get the following errors: I have copied the merchan-sdk-3.2.2.aar file to the...
  16. Alexander Stolte

    Android Question which minimum sdk 2020?

    Target SDK = 28 is clear, but what minimum SDK should you specify for the playstore in 2020? Greetings
  17. solutionhacker

    Android Question Agora.IO SDK for Android

    Hello, hope everyone is doing well. I am interested in using the Agora.IO Android SDK for doing a video chat app. Agora seems to be a nice platform for connecting people and has a generous free usage tier. I spent some time reading their Android SDK documentation...
  18. Multiverse app

    Android Question Support for Huawei Code Kits

    We wish to implement all the Huawei libraries to our B4A apps, but it appears that the Documentation is for Android Studio. This process includes downloading App ID JSON, like Firebase, updating gradle, etc. Not very sure how this can be Implemented in B4A. Also, can the wrapper for these SDKs...
  19. solutionhacker

    Android Question SDK Compatibility for DJI Mavic Mini

    Hello, Does anyone know if there will be any compatibility or updates for the B4A library to support the latest release of the DJI Mavic Mini? It seems like this is one of DJI's most lightweight and improved quadcopter yet released. Unfortunately, I was not able to find anything on DJI's...
  20. M

    Android Question CRASH using AppCompat object

    Hi everyone, i recently opened up a project that i stopped some time ago, before all the updates. In the project i used AppCompat Checkboxes and switches and as soon as the layout loads up the app crashes. I tried to remove the checkboxes, switches ans library, and it doens't crash anymore...
Top