Skip to main content
Advice
0 votes
0 replies
48 views

I'm working on a IDE that runs on Android and includes SDK (actually GCC toolchains for various MCUs). To workaround Google Play 200Mb aab file size limitation i decided to pack every SDK as a dynamic ...
4ntoine's user avatar
  • 20.6k
0 votes
0 answers
51 views

We develop android app request for dynamic feature and looks good at local, and already deploy my instant app at closing test, but dynamic module not found by google play store and return ...
陳泰安's user avatar
0 votes
0 answers
23 views

I'm developing an Android app where I’ve moved only image resources (no code) into a dynamic feature module named themes. These are various background images for themes (e.g. mid_obsidian, ...
kgrahic's user avatar
  • 39
-1 votes
1 answer
295 views

Does dynamic feature module require same architectures to be mentioned as it is mentioned in base module ? I am trying to make zoom_6.2.3.24722.aar version as a dynamic feature module in my project. ...
aks's user avatar
  • 1
0 votes
1 answer
58 views

I want to use Dynamic Feature modules in my application. Do I necessarily have to publish my app on the Play Store to use this feature? Is it not possible to use this feature without publishing the ...
Mohsen Naderzadeh's user avatar
1 vote
0 answers
250 views

I recently upgraded my project from Compose BOM 2023.06.01 to 2024.06.00 after migrating to SDK 34. While the debug build works fine, the release build fails during the R8 minification step with ...
Shubham Bhattacharyya's user avatar
0 votes
1 answer
87 views

Currently when requesting another instant module using url deep linking, like so: val intent = Intent(Intent.ACTION_VIEW, uri) intent.setPackage(applicationContext.packageName) intent....
ajandroid's user avatar
2 votes
0 answers
262 views

Problem Statement- I have two dynamic modules, one for barcode scanning - com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.0 and one for face detection - com.google.android.gms:play-...
Harish Gyanani's user avatar
0 votes
1 answer
267 views

I'm working on an Android project with dynamic feature modules and have encountered a build error related to duplicate library inclusions. I have two modules, one is using mlkit face detection - com....
Harish Gyanani's user avatar
2 votes
2 answers
1k views

Need some help figuring out why deep links aren't triggering our instant app in the Google Play store. They still open in the browser. Following this guide, we refactored our previously monolithic ...
Dylan Knight's user avatar
1 vote
0 answers
167 views

I have a project that needs to integrate an external library that requires a minSdkVersion of 30+. The problem is that I don't want to make my whole app min sdk version 30+ since I have maybe 15% of ...
eeynard's user avatar
  • 31
1 vote
0 answers
145 views

I need to add an native library in existing flutter app. I have made a package of it having some platform channel code along with library but I don't want to increase app size so is there any way ...
prem's user avatar
  • 127
1 vote
0 answers
115 views

I have already searched for OOM issue but I don't know how to fix it. I am not sure if it is caused by navigation args or view inflater. Please help. It is highlighted in this line io.github....
Phinox Mastung's user avatar
0 votes
2 answers
559 views

I'm trying to localize an app that uses Native C++. Most of the codes written in C++ and all strings/text was in certain build flag. E.g LANG_JP // For japanese I've created an on-demand dynamic ...
pleasebugmenot.mrg's user avatar
0 votes
1 answer
138 views

My app use dynamic-feature-module upgrade from //Navigation Component const val ANDROIDX_NAVIGATION_UI = "androidx.navigation:navigation-ui:2.3.0" const val ANDROIDX_NAVIGATION_UI_KTX = &...
Sammy Freeman's user avatar

15 30 50 per page
1
2 3 4 5
11