Other [new feature] Three birds with one stone - Erel    Feb 23, 2016   (29 reactions)   tags: Exclude classes B4A v5.80 includes a new attribute named #ExcludeClasses.
Example:
#ExcludeClasses: com.google...).
If you are only interested in the maps functionality of google play services:
#ExcludeClasses... B4J Question [BANano] is there something like #ExcludeClasses:? - Mashiane    Jan 23, 2022 Hi there Is there functionality in BANano to exclude class /code modules of your choice? Thanks in advance... B4A Question #ExcludeClasses, alternative? - designer2k2 (first post)    Nov 7, 2023 ok thank you all ?... B4A Question #ExcludeClasses attribute in version 11.50 - yo3ggx (first post)    Mar 22, 2022 Thank you.... B4A Question ExcludeClasses and clear duplicate references - Erel (first post)    May 31, 2018   (1 reaction) Too many smilies ;)
There is no simple answer.
2426 me.zhanghai.android.materialprogressbar
This comes from a library. Remove that library.
2426 android.support.v7.recyclerview
Remove with:
#ExcludeClasses: android.support.v7.recyclyerview
Make sure to test as it can break something.... Other B4A v5.80 BETA is released! - Erel    Feb 9, 2016   (42 reactions) I'm happy to release B4A v5.80 BETA version.
This update includes important new features, including better support for custom views:
https://www.b4x.com/basic4android/images/SS-2016-01-14_16.16.18.png
Improvements:
Custom views: Custom Views with Enhanced Designer Support
With this feature it is much easier to add and configure custom views.
#ExcludeClasses: https://www.b4x.com... B4A Question #EcludeClasses .measurement removes analytics classes? - corwin42    May 19, 2016 I have a project that uses Google Analytics.
If I use
#ExcludeClasses: .measurement
it seems that the analytics classes get removed:
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/analytics/GoogleAnalytics;
Any idea why this happens? Of course I have NOT excluded... B4A Question Compile to library and removing test classes - sorex    Jun 26, 2022 Hello, To fully test a library update I had to extend it with B4XPages. My guess is that if I now do a "compile to library" these extra classes are added aswell? Now that #excludeClasses is removed since a certain 11.x version what are my options? I guess I can only split it up in a standalone lib development version and a seperate test version that uses the compiled lib with B4XPages, right?... Other B4A v5.80 has been released! - Erel    Feb 22, 2016   (53 reactions) I'm happy to release B4A v5.80. This update includes important new features, including better support for custom views: https://www.b4x.com/basic4android/images/SS-2016-01-14_16.16.18.png Improvements: Custom views: Custom Views with Enhanced Designer Support With this feature it is much easier to add and configure custom views. #ExcludeClasses: https://www.b4x.com/android/forum/threads/new-feature-three-birds-with-one-stone.63127/ This attribute makes it simple to exclude classes... B4A Tutorial Modules Attributes - Erel    Feb 22, 2016   (9 reactions) only redeploy updated files. Values: True or False. ExcludeClasses - Can be used to strip library... Page: 1   2   3   4   5   6   7   |