Tool Ready to run SDK - Erel    Oct 7, 2020   (13 reactions)   tags: Android SDK, Erel this SDK you agree to Android Command Line Tools license: Terms and Conditions This is the Android... (referred to in the License Agreement as the "SDK" and specifically including the Android... relation to your use of the SDK. 1.2 "Android" means the Android software stack for devices... this License Agreement 2.1 In order to use the SDK, you must first agree to the License Agreement. You may not use the SDK if you do not accept the License Agreement. 2.2 By clicking to accept, you hereby agree... B4A Question targetSdkVersion="34" is it ready? - Scantech    Jul 2, 2024 Can we set targetSdkVersion="34" now?... Wish Android SDK + Resources in One Ready Pack - Sagenut    Sep 18, 2020   (1 reaction) it's needed to download Android SDK and unzip it.
Then it's needed to download the additional Resources pack and unzip it in the same Android SDK folder.
What about providing a ZIP with the 2 things already merged? Like for OpenJDK11 and 14 that are ready to use.
I think it would simplify... B4A Question "Ready to run SDK" issue - Erel (first post)    Jul 21, 2019 AndroidX requires B4A v9.30. You will not have a problem to update to AndroidX with v9.30.
So my question is if I can download special(old) version support library .
There is no simple way to update ... B4A Question Get ready for the new version of the Google Mobile Ads SDK - kisoft    Nov 15, 2020 SDK for Android version 20.0.0 and for iOS version 8.0.0. As a result, several APIs currently... the Google Mobile Ads SDK version 8.0.0 (iOS) or 20.0.0 (Android) is available, please update your apps... Ads SDK to version 8.0.0 (iOS) or 20.0.0 (Android) without making changes to the APIs as per... your revenue. • Incompatibility changes made to the Google Mobile Ads SDK version 8.0.0 (iOS) or 20.0.0.... Below is a list of major API changes that require action before updating the SDK to the latest... B4A Tutorial android.jar / targetSdkVersion / minSdkVersion - Erel    Oct 18, 2023   (93 reactions)   tags: runtime permission, sdk version, Targetsdk, SDK, B4A code. minSdkVersion Set in the manifest editor. Default value is 5 (Android 2.0). This one is very... errors. targetSdkVersion Set in the manifest editor. This one is a bit more confusing. It helps... they run on Android 6+). The way to solve it is to check the targetSdkVersion value. If it is 22 or below... it without those changes. This means that an app with targetSdkVersion set to 14 (Android 4.0..., nor handle any other breaking change. Q: Will my app run on Android 4.0 if targetSdkVersion is set... Beta B4A v12.5 BETA - Erel    Jun 6, 2023   (48 reactions) I'm happy to release a new BETA version of B4A - version 12.50. This update makes B4A ready to targetSdkVersion 33, which will be required in a couple of months. Updates: Default targetSdkVersion set to 33. RuntimePermissions library updated with the new and a bit special POST_NOTIFICATIONS permission: https://www.b4x.com/android/forum/threads/notifications-permission-with-targetsdkversion-33.148233/ New B4XView.Alpha property and SetAlphaAnimated method. These will also be added to... Other B4A v13.40 BETA - with a shiny new SDK - Erel    Jul 10, 2025   (38 reactions) I'm happy to release a new beta version of B4A. The prepackaged Android SDK has been updated and is based on the current latest versions of all resources and Android SDK 36. The handling of SDK... to unpack it: https://www.7-zip.org/ The Android SDK folder should look like: 165197 4. Set the path of android.jar (Tools - Configure Paths): <android sdk>\platforms\android-36\android.jar... most developers need, including for Firebase and ML-Kit sdks. No need to run B4A-SdkManager, unless... B4A Tutorial Android 14 / targetSdkVersion 34 and Services - Erel    Aug 5, 2024   (23 reactions) B4A v13.0+ should be used with targetSdkVersion 34+. Android 14 continues the longtime trend of making services less flexible and more difficult to use (converging to iOS background tasks features from 2014). Many of the previous use cases for services are better covered by receivers: Receivers and Services in 2023+ Another common use case for services was to overcome the activities complex lifecycle. This is not relevant if using B4XPages, where a single activity is used and it is not... B4A Question [SOLVED] Alternative to check if WhatsApp is installed without using PackageManager - QUERY_ALL_PACKAGES on + SDK30 - scsjc    Nov 8, 2021 Until now I used PackageManager to check which applications were installed (for example WhatsApp) Currently google requires QUERY_ALL_PACKAGES in Manifest in order to have a list of Installed Packages. Is it possible to know if WhatsApp is installed, via tried through some kind of Try-Catch error? Sub APKinstalada(packagename As String) As Boolean Try Dim PM As PackageManager ... Page: 1   2   3   4   5   6   7   |