apk

Upload failed: You need to use a different version code for your APK because you already have one with version code

蓝咒 提交于 2021-02-05 06:43:15
问题 THE SITUATION: Sorry in advance if this question has been asked already three times. But none of those solutions are working for me. I need to upload a new version to Google Play of my Ionic app. The upload process it has always worked fine but this time i get this error: You need to use a different version code for your APK because you already have one with version code 101078. THE PUBLISHING PROCESS: I am not using Android Studio. To publish the app i was simply building and signing the app

Upload failed: You need to use a different version code for your APK because you already have one with version code

邮差的信 提交于 2021-02-05 06:42:24
问题 THE SITUATION: Sorry in advance if this question has been asked already three times. But none of those solutions are working for me. I need to upload a new version to Google Play of my Ionic app. The upload process it has always worked fine but this time i get this error: You need to use a different version code for your APK because you already have one with version code 101078. THE PUBLISHING PROCESS: I am not using Android Studio. To publish the app i was simply building and signing the app

Flutter shows blank screen for GridView/Listview in production build

天大地大妈咪最大 提交于 2021-01-29 17:52:23
问题 I created a simple flutter app which basically shows grid items. In debug mode, the grid items shows normally. However, in production mode, flutter just shows blank screen. I even implemented pull to refresh. Now, when I pull to refresh the page, it still doesn't show. In debug mode, both emulator and real device works fine. I use the following code to build the app for Android: flutter build apk --target-platform android-arm,android-arm64 --split-per-abi Here's my code: https://github.com

How to execute commands on a 3rd party app using adb commands or something similar

不想你离开。 提交于 2021-01-29 13:53:27
问题 I have a use case which requires an app, not developed by me, to be controlled. I have adb access to the android device. These are the steps that are required to be performed: Input text in two fields Press Enter Select checkboxes Enter text into another text field Enter I know I can use adb input keyevent <event-code> and adb input touchpad tap <x> <y> , but these are brutish methods that won't work every time. I have looked into appium, but it seems to be limited to mobile web applications.

Attempt to execute code removed by Dart AOT compiler (TFA), how to troubleshoot this issue

馋奶兔 提交于 2021-01-29 13:01:04
问题 I see this error once I install the release apk - "Attempt to execute code removed by Dart AOT compiler (TFA)" on the Material Widget. How do I resolve this? I used charts_flutter: ^0.6.0 to implement some charts in my flutter project then tested the project using the "flutter run" command. It was running fine. After completing my project I generated a Release APK with the command "flutter build apk --release". Now I see this error once I install the release apk - "Attempt to execute code

Create kivy apk with buildozer ERROR: “Aidl cannot be executed”

自作多情 提交于 2021-01-29 11:09:34
问题 I want to upload my kivy application to Google Play store. For that i Need an .apk file , which has an api Level of 26 or higher. The .apk that I created had an apk Level of 19. So this was my way to set the Level to 26: I installed API 26,27,28 and the newest version of the building tool. In buildozer.spec i set android.api = 26. After that I run "buildozer android release deploy run". And now I get this error: "Check that aidl can be executed Search for Aidl Run 'home/dennis/.buildozer

Android Studio generating old version APK

荒凉一梦 提交于 2021-01-29 08:32:55
问题 I looked at other solutions for the above problem, but none of them seem to resolve my issue. I am running AS 3.5.2, under Help/About/Check for new versions everything is showing as fully updated. I am using Windows. When I plug my phone into my computer, it runs the latest updated version. When I Build APK(s) under Build menu, and then install that version onto my phone, it is an old version. Up until about 2 weeks ago it was building APKs fine, and today after making a few code changes

Android - Failed to run aapt dump badging: 'android:icon' attribute: attribute value reference does not exist

寵の児 提交于 2021-01-28 14:20:49
问题 I have been trying to upload my APK to Play Store, but it keeps showing me this error: Failed to run aapt dump badging: AndroidManifest.xml:31: error: ERROR getting 'android:icon' attribute: attribute value reference does not exist It is a very simple app, here is the Manifest: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="mx.com.hearwego.mexicocityaudioguideapp"> <uses-permission android:name="android.permission.ACCESS

Android - Failed to run aapt dump badging: 'android:icon' attribute: attribute value reference does not exist

风流意气都作罢 提交于 2021-01-28 14:15:30
问题 I have been trying to upload my APK to Play Store, but it keeps showing me this error: Failed to run aapt dump badging: AndroidManifest.xml:31: error: ERROR getting 'android:icon' attribute: attribute value reference does not exist It is a very simple app, here is the Manifest: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="mx.com.hearwego.mexicocityaudioguideapp"> <uses-permission android:name="android.permission.ACCESS

Cordova signed apk produces a blank screen after splash screen

你说的曾经没有我的故事 提交于 2021-01-27 16:07:48
问题 Cordova debug build working fine. But signing apk produces white screen after splash screen Already tried with creating new app and signing with the release key. But the same issue on signed apk. cordova version - 7.1.0 cordova platform android -> 7.1.0 Here are plugins that i'm using: - cordova plugin add cordova-plugin-camera cordova plugin add - cordova-plugin-dialogs@~2.0.1 cordova plugin add - cordova-plugin-file@~6.0.1 cordova plugin add - cordova-plugin-geolocation@~4.0.1 cordova