Questions tagged as 'apk'

1
answer

Retrieve key from the Keystore to upload an APK to Google Play

I am currently working on some modifications for an Android application. The application was not made by me, someone else made it. I had never worked in a development for Android, then I realize that you have to generate a signed APK. At the...
asked by 04.12.2017 / 23:36
1
answer

The Ionic program makes me the build but it does not generate the APK

I was working with Ionic and I wanted my project to generate the APK to be able to upload it to Play Store , I created a platform Android with the ionic cordova platform add android command and it worked. Then I wanted to create th...
asked by 22.05.2017 / 03:01
1
answer

Problem Generating APK on Android with Ionic 3

Greetings fellow stackers, this time I'm studying the Ionic framework, reviewing the basic projects that the framework allows you to create by default with console commands. Using Visual Studio Code 1.21.1, as Android 7 base platform and with Ion...
asked by 11.04.2018 / 06:31
0
answers

send a pk of an object to a createview as fk of the other object

models class Mascota(models.Model): nombre = models.CharField(max_length=25) raza = models.ForeignKey(Raza, null=False, blank=False, on_delete = models.CASCADE) color = models.ForeignKey(ColorMascota, null=False, blank=False, on_...
asked by 06.12.2018 / 04:54
0
answers

help with visualizing data in app

I have a problem, it's about saving data and then reading them through the firestone, at the time of saving it does it well, but when I want to see what the app saves, it closes, I do not know much about the app. package com.example.luis.myapp...
asked by 02.11.2018 / 20:24
0
answers

Publish APK or Bundle on Google Play

I have several questions: What is the difference between publishing a .apk or a .aab bundle? I've done the whole journey: Internal test Alpha closed Open Beta Production Currently my app is in production and is so small that i...
asked by 22.10.2018 / 12:35
1
answer

Problem with APK Android Studio

Recently I started to venture into the field of Android applications, specifically with the Android Studio. I did some simple applications but I run into a problem: When exporting my code to an APK, I use the "Build APK" function, which is...
asked by 07.09.2018 / 06:32
1
answer

Android Studio Google preconditions

I'm starting in Android studio making small applications and trying new things. Until last night, Android Studio worked correctly and I did not have any problem, but today, when I turn on my computer and want to open my project it shows me the f...
asked by 07.09.2018 / 16:32
0
answers

Problem with wait screen in selenium webdriver

Hi, I have a generated method to replace the waitsleep and that this is more efficient, I have it as follows: public void caso50() throws IOException { ingresoCredenciales("50", Constantes.equipoMotox4, "8.0"); RemoteWe...
asked by 04.09.2018 / 18:19
0
answers

Trying to generate an apk in Android Studio of an app that includes CordovaLib migrated from Ionic gives error

Good I have a problem with a Migrated App from Ionic to Android Studio. The App includes CordovaLib inside but as a module when importing it. When I try to generate .apk it gives me the errors of the image, I have tried a lot of things but I do...
asked by 04.08.2018 / 11:51