Java Question import android.support.v4.view.ViewCompat; - Johan Schoeman    Sep 2, 2017 Where can I find the .aar that has ViewCompat.setBackground in it? Seems to be a never ending search... B4A Question How to get FileProvider working without entire RuntimePermission lib or entire com.android.support:support-v4 ? - JohnC    Jan 4, 2023 class I really need to get fileprovider working is "android.support.v4.content.FileProvider"... "com.android.support:support-v4" ?... B4A Question An error occurred. Maven artifact not found: com.android.support/support-v4 - Rusty    Oct 10, 2021 This error message doesn't help me solve this problem.
I upgraded to b4a v11.0, the program compiled and worked before the upgrade.
Can anyone please advise me as to what I should do to resolve... B4A Question ClassNotFoundException android.support.v4.content.FileProvider error - techknight    Feb 10, 2021 as so:
' Starting from Android 7 (API 24) we pass a file uri using a FileProvider
AddApplicationText(
<provider
android:name="android.support.v4.content.FileProvider"
android...:grantUriPermissions="true">
<meta-data
android:name="android.support... B4A Library [class] FileProvider - share files - Erel    Aug 16, 2021   (47 reactions)   tags: B4A Class FileProvider, share email file, share, File provider, email, WP SHARE android:name="android.support.v4.content.FileProvider" android:authorities... Android versions (4+). Instructions: 1. Add a reference to FileProvider library. 2. Add to..."> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android....DirInternal https://www.b4x.com/basic4android/images/SS-2018-10-03_15.03.31.png Current version: 1.00... and implement it in a class. Starting from Android 7 (API 24) you cannot directly share file uris... B4A Question C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\android-support-v4.jar - rkmoray    Jul 16, 2016 Many times, as I am looking at new libraries, MSIconicDrawableDemo for example.I get an error message "C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\android-support-v4.jar... B4A Question Seeking ChromeCustomTabs Solution Without android-support-v4 Dependency - Flavio SOuza (first post)    Jun 19, 2025 164848... B4A Question class file for android.support.v4.app.NotificationCompat not found - aaronk    Nov 15, 2019 ()));
^
class file for android.support.v4.app...Hi,
I updated to AndroidX SDK and found I can't seem to compile my app.
I am using... B4A Question AndroidX and import android.support.v4.app.NotificationCompat; - Robert Valentino    Jul 8, 2019 Just updated to 9.3, AndroidX and now all my
Java code that has import commands for support.v4 is not compiling
#if JAVA
import android.support.v4.app.NotificationCompat;
import android.support.v4.app.NotificationCompat.Style;
import android.support.v4.app.NotificationCompat.Builder;
import android.support.v4.media.app.NotificationCompat.MediaStyle;
import android.support.v4.media... Java Question android/support/v4/graphics/drawable/TintAwareDrawable - Johan Schoeman    Jun 30, 2018 -Rating\animatedstar\src\com\neberox\library\animatedstar\vector\VectorDrawableCommon.java:35: error: cannot find symbol
import android.support.v4.graphics.drawable...: package android.support.v4.graphics.drawable
Note: C:\Users\----------2\Documents\Basic 4... Page: 1   2   3   4   |