Skip to main content
0 votes
0 answers
4 views

Android JUnit includeAndroidResources launches main application

I am trying to write tests using RobolectricTestRunner. In these tests i want to access Android Resources, so i add the following line to app module's build.gradle file - android { ... testOptions ...
user1122549's user avatar
0 votes
3 answers
62 views

Regenerating AndroidResource(s) For .NET for Android Using Visual Studio 2022

I am working on converting a Xamarin.Android app to .NET for Android. I have created an entirely new Solution & Project in Visual Studio 2022 & I used the Android Application Project Template. ...
Nathan Sokalski's user avatar
-1 votes
0 answers
91 views

Why does Delphi duplicate resources in binary and asset directories for mobile projects?

In Delphi mobile development, I noticed that resources like PNG images are both embedded in the binary and stored as files in the Assets directory on Android and StartUp/Documents on iOS when added ...
zeus's user avatar
  • 13k
2 votes
1 answer
62 views

Is it better to store multiple image sizes in drawable directories or just a single large image in assets for Android apps?

I'm developing a native Android app and am considering the best way to manage image resources. Traditionally, we've been advised to store multiple sizes of each image in various drawable folders (...
zeus's user avatar
  • 13k
1 vote
0 answers
61 views

How do I prevent my app from going to the home screen after changing the icon programmatically?

I am trying to modify the app icon in Android programmatically was going through this link here. This works properly and modifies the App Icon but when it modifies it goes back to the home screen. Can ...
Rohan Pande's user avatar
1 vote
1 answer
41 views

'res' folder stuck on loading - Android Studio

I opened my project this morning and noticed that the 'res' folder was stuck on loading. I assumed it was indexing files, so I waited, but what started as a few minutes has now turned into hours with ...
Indie Dev's user avatar
0 votes
0 answers
25 views

React native - Duplicate resources during merg

I am currently attempting to set-up my react native application to support multiple environment configurations. To achieve this I am attempting to utilize the react-native-config module. Once ...
Duncan Palmer's user avatar
0 votes
1 answer
75 views

Use RRO on a precompiled "car-ui-lib" Android library

In the context of Android 14 Source code, I want to use RRO on car-ui-lib for apply some changes on resource files. The problem is that the libray is precompiled and positioned inside the directory ...
Alessandro Demofonti demoa's user avatar
0 votes
2 answers
54 views

Flutter Build Errors

I'm currently facing some issues while building my Flutter project for Android, and I'm stuck on a few errors. Here are the details: Execution failed for task ':flutter_geocoder'. Execution failed for ...
Pratham Prajapati's user avatar
1 vote
1 answer
37 views

Android multi-module: How to get the title of a 'game' in the database?

I am building a multimodule gameapp with Compose and Koin dependency injection. Every module manages its own screens and navigation. The structure is this: app: core: |- common feature: |-games: | |-...
KvdLingen's user avatar
  • 1,344
1 vote
0 answers
30 views

How to force resource string from library over the same resource name defined in the app

I have an Android app that uses a library and both have string resources with identical names (but with different values). Apps will override and use the app's version and ignore the library's version ...
rysv's user avatar
  • 3,290
0 votes
1 answer
29 views

Unable to start an activity in Android Studio

I'm new to Android Development and was trying to create an application where on clicking a button, we a re-directed to another activity. On running the app in a VM, the initial MainActivity runs with ...
Mridul Hemrajani's user avatar
0 votes
2 answers
437 views

Execution failed for task ':flutter_windowmanager:verifyReleaseResources'

in my flutter app, i run it without any problem, but when building APK i get the following problem FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':...
Ahmed El Sayed's user avatar
0 votes
1 answer
28 views

How do I get a particular value in an animation resource file?

I want to get the duration value in my animation resource file at runtime. <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="http://schemas.android.com/apk/...
slowcoder's user avatar
0 votes
0 answers
24 views

Can not extract resource from com.android.aaptcompiler.ParsedResource@3d1b2c66 error in android studio

Can not extract resource from com.android.aaptcompiler.ParsedResource@3d1b2c66 this error is shown in android studio i was tring to run texttospeech app on android and at that time of running the app &...
Sudhanshu Kumar's user avatar

15 30 50 per page
1
2 3 4 5
170