android Questions
2
Solved
I have this error while gradle sync. I call the method inside android defaultConfig block.
I use
com.android.tools.build:gradle:1.3.0
com.neenbedankt.gradle.plugins:android-apt:1.4
build.gradle
...
Capuche asked 17/11, 2015 at 7:58
3
Solved
I mean ways other than using vectorResource(id = ...) (this confuses me with constant calls to context, resources, and other things).
I ask this because i see that we can make TextStyles, Shapes, C...
Unstudied asked 6/12, 2020 at 12:57
4
Solved
Does Android provide smth. like that OR do I have to check every time during start of my app "Oh, am I freshly installed? Do I have to initialize the Shared Preferences now?"
Edraedrea asked 6/9, 2010 at 11:51
6
I take an example from this codelab
override fun onCreateView(
inflater: LayoutInflater,
container: ViewGroup?,
savedInstanceState: Bundle?
): View {
return ComposeView(requireContext()).apply ...
Starspangled asked 18/10, 2021 at 9:1
2
PS D:\refereevision> flutter build apk
Plugin pointer_interceptor:ios provides an implementation for pointer_interceptor_platform_interface and also references a default implementation for point...
2
Solved
Assume that my application looks like this
@Composable
fun AppNavigation() {
val navController = rememberNavController()
NavHost(navController, startDestination = Route.Home.route) {
/// other ...
Mauser asked 12/4, 2021 at 14:1
4
Solved
There is an error launching activity, unfortunately I assume it is not connected strictly with the project due to the fact the app launches on genymotion emulator, but does not on physical device.
...
2
exact error is
ERROR: /Users/REDACT/.gradle/caches/transforms-4/8d2b49e30523efece47d2329e1531ac9/transformed/classes.jar: R8: Type a.a is defined multiple times: /Users/mgh01/.gradle/caches/transfo...
Beanpole asked 26/6 at 8:51
2
Solved
I need to write a method to determine if the device is a tablet or a phone. I don't need to display a different user interface depending on this. I only need information about the device, so that i...
Okajima asked 6/3, 2022 at 21:59
4
Solved
I am currently updating my project and as one of the steps I am changing gradle files to use the plugins { id 'xxx' } way instead of the legacy apply plugin 'xxx' approach. I was able to migrate mo...
Russophobe asked 27/10, 2022 at 12:0
3
I have tried to create secrets for my Expo app using both the EAS CLI and the Expo website, according to the documentation:https://docs.expo.dev/build-reference/variables/. However, after I have ma...
Thousandfold asked 9/3, 2022 at 0:4
4
how to solving SQLiteFulException in greenDao when I delete record from table?
this is my stacktrace :
android.database.sqlite.SQLiteFullException: database or disk is full (code 13)
at android.d...
Stalagmite asked 16/6, 2016 at 7:39
3
Solved
Im making an Alarm app, and using AlarmManager to set alarms.
Im saving every alarm using Room after running the setAlarm on the AlarmManager, so I can later restore them if the phone gets turned o...
Hedvige asked 18/10, 2022 at 13:19
3
This is a part of my google-services.json:
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:870942488540:android:61cde8f21dabd0d2844119",
"and...
2
Error
Execution failed for task ':app:signReleaseBundle'.
A failure occurred while executing com.android.build.gradle.internal.tasks.FinalizeBundleTask$BundleToolRunnable
Failed to read key key0 ...
3
I'm a newcomer to Cordova, and am trying to make an app that appears full screen (hiding the taskbar at the bottom of Android).
I have looked online and there seem to be two different techniques....
6
Solved
I made an app using react native. The app connects to the api that I made. I followed these steps : https://facebook.github.io/react-native/docs/signed-apk-android, and now the app doesn't work if ...
Cultivable asked 31/7, 2019 at 11:13
4
Solved
How to put close button at top corner in alert dialog box for android?
put close button at right side top corner in alert dialog.
i have used below code for scroll and dialog box
<ScrollView ...
Inlier asked 18/6, 2013 at 12:1
3
Solved
I found the webview is similar to scroll view , that means when I scroll the view to the end, there will be a blue shade at the end of the view (if it is >4.0) . So, how to disable the behavior of ...
Pietje asked 29/1, 2014 at 2:54
8
I just started to work with Android Studio and I stuck with one problem .
When I try to download a system image and create an AVD I get this error
" Install Google APIs Intel x86 Atom System I...
Artisan asked 20/7, 2019 at 8:0
4
I'm building an app with Room, Retrofit and Hilt. When I run the app I get an error 2 files found with path 'META-INF/gradle/incremental.annotation.processors'. I've tried to clean and rebuild proj...
Anu asked 28/12, 2022 at 19:0
2
I'm using react native expo audio in my app, I use createAsync to load the audio in the player but sometimes i get Player doesn't exist error and sometimes it works fine. I'm unable to debug the er...
Poach asked 5/12, 2019 at 7:55
11
Solved
I am trying use this library in my Project. But i am unable to download it by adding it in gradle build. In fact i am even unable to download any library through gradle. I need to manually download...
Storekeeper asked 21/11, 2017 at 5:19
5
I am using 15.0.1 version of Firebase and Google Play Services. The build has started breaking today. How do I fix this? Following is the Gradle logs for reference.
[org.gradle.internal.buildevent...
Hoffmann asked 23/10, 2018 at 7:19
5
I can't seem to reference my image in the drawable folder. I have the image there however i keep getting an error stating that I cannot convert an int to Drawable. my R.java generated file has the ...
© 2022 - 2024 — McMap. All rights reserved.