sdk

  1. A

    Android Question [SOLVED]Maven artifact not found: androidx.documentfile/documentfile

    Hello! I tried to run an app uses NB6 and User activity recognition, but the compiler showed this Error: Organizing libraries. Error Maven artifact not found: androidx.documentfile/documentfile I switched to AndroidX SDK, Installed all recommended items, and installing JDK 8, but the...
  2. L

    Android Question Update to v9.3

    Good morning, After the update to the versione 9.3 I got this error while I compile my project about some imports in my inline Java codes. Organizzazione Librerie. (0.49s) (AndroidX SDK) Generazione file R. (24.98s) Compilazione del codice Java prodotto. Error javac 1.8.0_144...
  3. abilio486software

    Java Question Dificult using an external .aar library

    moved to https://www.b4x.com/android/forum/threads/dificult-using-an-external-aar-library.107554/
  4. A

    Android Question Warning while submitting an update

    Hello, I've just added Firebase Notifications to my app with ready to run sdk . when trying to publish the update at the Google play console, this warning had shown: You uploaded an APK or Android App Bundle that uses Google Play services version 12451000. This will only work with Android API...
  5. figorra

    Spanish [SOLUCIONADO] B4A Error en sdk manager v.3.25

    Tengo este error: Cuando abro el SDK del editor, además no hace nada, ni muestra nada. Por otro lado, con la versión 2.54 del Bridge, me sale este otro. Parece un tema de permisos, pero no puedo encontrar donde cambiar esta carpeta temporal a otra con permisos. ¿Os ha pasado alguna...
  6. R

    Android Question adb.exe entry point not found

    Houston I have a problem, please help. B4A v 8.00 Win XP .net 4.0 Samsung J3 (2015) Android 5.1.1 I tried out the google maps sample, and in doing so I had to use the SDK manager to install (all recommended) Android-28. Now I get adb.exe error Entry point not found in .dll. I am using...
  7. KMatle

    Android Question Android.jar: Should we go to 28? (aka "missing ressources")

    Today I've opened an older project and a "missing android.support:versionedparcelable (maven)" error occured. No problem but I was wondering why it showed up because I'm using Android.jar from SDK 27 and it was found under 28. So should we go to 28? (I assume then it will be shown as...
  8. Multiverse app

    Android Question B4A Sdk Manager Error

    When I open the SDK manager, I get the following error Any solutions?
  9. Angel Garcia

    Wish SAP Mobile Platform Library

    Hi, It would be great to have a library in B4A to perform tasks remotely with SAP, this could expand our creations to companies and industries of our countries. I noticed there is a github project and a downloadable mobile platform directly from SAP for development. (but of course it would be...
  10. Sagenut

    Android Question Android 28 Emulator Error - Does not start

    Hi. I have installed the new SDK Manager 3.29 Downloaded the new Android 28 Image, same as all previous Android Versions. The image is correctly detected and let me create a new AVD using the Android 28 Image. But when trying to launch it: Can this be related to the Google Emulator Engine...
  11. J

    How much do you charge for wrapping the DialogFlow SDK?

    How much will you charge me for wrapping the DialogFlow SDK? Please serious offers, I do not guarantee that you will do the job, I'm looking for prices first. More links: https://dialogflow.com/docs/sdks
  12. DonManfred

    Android Tutorial Dropbox SDK - get informed about changes in the used Dropbox

    Related Libraries: B4A Dropbox SDK V2 B4J Dropbox SDK V2 You need to know/remember the dropboxId of the account you are actually using/requesting. And the latest cursor. Use dbxUsers.CurrentAccount to get the current Account. Sub dbxUsers_getCurrentAccount(account As FullAccount)...
  13. I

    B4J Library [B4X] Ryze/DJI Tello drone SDK -app

    Ryze/DJI Tello drone is a cheap drone (99$) - more info on https://www.ryzerobotics.com/tello Some of the interesting features are altitude stabilization, WIFI control - mobile app, camera image stabilization, etc and, of course, control the drone thanks to the IOS/Android app, Droneblocks and...
  14. Sagenut

    Other [SOLVED] Enable Hardware Keyboard in AVD

    Hi! I am trying to enable Hardware Keyboard in AVD created with B4A SDK Manager. By Default it does not work. I tried to modify the hw.keyboard = false in hw.keyboard = true in the config.ini of the emulator files but it still does not work. Is it possible to enable it or the function it's not...
  15. G

    Android Question Exception using JavaObject and AdditionalJar SDK

    Hello, I'be been trying to use the JavaObject to access a Java API for a rfid reader sdk. The fist code I tried is below : #Region Project Attributes #ApplicationLabel: Test RFID #VersionCode: 1 #VersionName: 'SupportedOrientations possible values: unspecified, landscape or...
  16. G

    Android Question Wrapper for a RFID reader SDK ?

    Hi, I'm new to B4A and one of the projects I've been working is to develop a simple app for RFID Reading and external database insertion of the results, using an existing reader and its sdk, witten in Java. So far I've looked upon Wrappers, using external java libs and using java inline code in...
Top