react native ./gradlew bundleRelease not working
enter image description here i can't build apk and I have this error
enter image description here i can't build apk and I have this error
this is my app.json file "adaptiveIcon": { "foregroundImage": "./assets/Icon.png", "backgroundColor": "#FFFFFF" }, "package": "com.atomz.app", "config": { "googleMaps": { "apiKey": "<my api key is here>" } } i'am trying to build development apk in expo , im using react-native-maps , i…
Want to know how to reduce you flutter apk files? Currently the files produced are quite large, usually around 80 mb. This is simply too large for many purposes and it may help you to reduce the file size.
So basically I've 2 lists: val list = context.packageManager.getInstalledPackages(0); var listOfAvs: MutableList<String> = arrayListOf( "com.app1", "com.app2" ) I want to find common elements between the 2 lists. To make both same kind of list I wrote this code val listMuted:…
I made am update for my app and was trying to release it, but I got this error. I saw articiles saying that this could be because my API levels and such were different or somehting, but everything is exactly…
I've created an Android app, I want to export it as .apk file so that I can share it with others, can anyone tell me how to create and share .apk file? Using Android Studio.
I had an app on Google Play that went live but when the 1st customer who installed it couldn't sign into the app, I was advised by another developer to generate a signed APK (filename: app-release.apk) and then drag it…
I need to export my Android Studio project as an APK for a college project. What is the correct procedure to do so?
this is my xml code i want to set two images in row XML code <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="10dp" android:background="#ffffff" tools:context=".SplashActivity"> <ImageView android:layout_width="340dp" android:layout_height="340dp" android:layout_gravity="left" android:src="@drawable/ic_2" android:text="Hello World!" android:tint="#ff0000" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="0.498" tools:layout_editor_absoluteX="-52dp" />…
I keep getting this error while trying to build a debug apk for my android app. The app builds and runs on a native device or emulator. Execution failed for task ':app:mergeExtDexDebug'. > Could not resolve all files for configuration…