Questions tagged as 'apk'

1
answer

How to transform a "Unity5 Project" into apk, for Android

I'm following YouTube lessons on developing games with Unity5. After creating a project on Unity5, I would like to convert it to apk and test it on a mobile phone, but in the middle of the conversion, an error occurs, asking all the time to save...
asked by 15.01.2017 / 02:32
1
answer

Android - Generate Apk

How do I generate apk in Android Studio? 1.0 - I went to Build - > Build APK. 1.1 - On completion I put it on the smartphone and gave the following error: There is a problem analyzing the package. 2.0 - I was in Generate Signed APK I...
asked by 11.01.2017 / 14:21
1
answer

How to decrease the apk size generated in unity?

In Unity I noticed that the apk generated without any texture image script configuration, ie nothing comes out with a size of 20 MB , because they come out with this size and you can decrease that size ?     
asked by 30.01.2016 / 00:47
1
answer

Swipe to the right after left gives error ANDROID

I'm creating an Android application in Eclipse with 3 screen with horizontal Swipe, on the last tab I have a Map Fragment. But it happens that when doing swipe to the right the first time everything is normal, when making a swipe to the left...
asked by 30.07.2014 / 00:41
1
answer

My application for release mode. How to correct?

I'm developing an app with the Android Studio version 3.0 Canary , however I'm going through an annoying problem. I have initial activity with the login through Facebook . I already generated the release key to validate the login. Th...
asked by 19.03.2018 / 15:09
1
answer

Is it possible to recompile an Android APK to change only the name and icon?

Good people, I bought a complete website + APP for Android, I sent them to compile for Android the PNG for Icon and Title, but unfortunately it did not look good and I would like to change. I asked them for recompiling, but they charged me $ 87...
asked by 25.11.2017 / 09:55
0
answers

React-native error when trying to generate apk

Following the steps in the react-native documentation, when I get to part of running the gradlew assembleRelease command I get the following error:     
asked by 12.12.2017 / 23:55
1
answer

Problem exporting Unity to APK

When I try to "export" to APK I get the following error:    Win32Exception: ApplicationName = 'C: / sdk-tools \ tools \ aapt.exe',   CommandLine = 'package --auto-add-overlay -v -f -m -J "gen" -M   "AndroidManifest.xml" -S "res" -I   "C: / sd...
asked by 01.07.2017 / 05:53
1
answer

How to center the CSS menu

I have this project here to create the structure of an application, but I can not centralize the menus at all. I would also like the page to be responsive. Follow the code: *{margin: 0; padding: 0;} body{ font-family: arial, h...
asked by 16.11.2017 / 21:19
1
answer

Convert .Jar to .Dex

Speak up! I decompiled an apk and it generated a class.dex file. I managed to turn this file into .jar and now I want to go back to .dex. How to do this?     
asked by 15.10.2017 / 02:43