Questions tagged [android-install-apk]

An APK file is the file format used for installing software (i.e. an application or a game) on the Android operating system.

An APK file is the file format used for installing software (i.e. an application or a game) on the Android operating system.

An APK file is basically an archive providing the required application information and resources.

More Info

536 questions
-1
votes
2 answers

Decompiled APK file manager

I've decompiled an APK file, of which I already had the source code. But the folder I get after compilation is different from "normal". In the normal folder (I'm implementing on Android Studio) I…
-1
votes
3 answers

APK Can't Install on Any Mobile

enter image description hereI developped an Android Mobile Application, and extract APK fro Android studio but when I send APK to other Mobiles ,, a Message display message say cannot install this APK ..Could anyenter image description hereone help…
-1
votes
1 answer

Android install multiple apps as system apps

Is there any tool to install multiple apps(4 apps) as a system apps on android rooted device directly. I done it using ES File Explorer but the problem is, how to install those apps as system apps in more devices (1000 or 10000 devices) quickly. Is…
msj
  • 199
  • 1
  • 2
  • 13
-1
votes
1 answer

Get android project code from android app though cant find apk file

This question is fairy simple.Please dont downvote or close this question without warning me about the problems in the comments.I want to get my project code.But i dont have the apk file.All i have is the app installed on my android phone.Can anyone…
debo.stackoverflow
  • 911
  • 1
  • 10
  • 30
-1
votes
1 answer

Two Android apps in one file

I want to "pack" two applications in one Android APK file. Requirements: When I install an APK fil it installs to separate apps. If I uninstall an app, the other app would still remain installed. Can I do it like that?
Andrei
  • 42,814
  • 35
  • 154
  • 218
-1
votes
3 answers

Do android APKs include any identifying or user data

Scenario: Someone buys/downloads my apps from the play store. They then do an adb pull /data/app/com.example.myapp.apk on my apps They then sideload it on another device/distribute it online Can I: Via my app identify it was not legitimately…
ShaBANG
  • 193
  • 1
  • 11
-1
votes
2 answers

How can I create an apk file from xml and java files which i have got after extracting from the app?

I have to create an apk file from the files that I have extracted from the same app using reverse engineering. Can someone help me to create the app using the xml and java files that i have got. ?
-1
votes
1 answer

unable to deploy Android APK on a blackberry device

I have been trying to figure this out for a couple of days now, I created some apps, I followed the steps to get a signed APK (https://www.udacity.com/wiki/ud853/course_resources/creating-a-signed-apk) . The APK installs fine on android devices, but…
Ammar Samater
  • 529
  • 2
  • 7
  • 24
-1
votes
1 answer

Unable to install app

I am trying to run application in my device, But the android studio shows following error: open: Permission denied pkg: /dasta/local/temp/"packagename" Failed: [INSTALL_FAILED_ISUFFICIENT_STORAGE] There is 2.3 gb space available in my phone. I…
Prakhar
  • 710
  • 6
  • 24
-1
votes
3 answers

Android app running fine on emulator but gives error parsing package when made to run on real device

Here is the error code that Android Studio generates while running app on real device : Uploading file local path: C:\Users\Nikhil\AndroidStudioProjects\LoveMeter\app\build\outputs\apk\app-debug.apk remote path:…
Nikhil Khurana
  • 422
  • 1
  • 5
  • 12
-1
votes
2 answers

Apktool build fails due to Translation error

I took an APK file decompiled it using Apktool and made a few changes then I tried to recompiled it and I got this error. aapt: warning: string 'auth_client_needs_enabling_title' has no default translation in…
Aqeel Falcon
  • 23
  • 1
  • 1
  • 3
-1
votes
1 answer

how to restrict apk file to installe only from playstore

I want to know, Is it possible to restrict a apk to install only form play store and not by other way like if someone share apk file to friend then apk should not be install in his friend's device.
maddy d
  • 1,530
  • 2
  • 12
  • 23
-2
votes
1 answer

I can not install sign apk in physical device

I am having problem installing apk-release.apk in my phone its saying installer has stoped couldnt install on physical device
-2
votes
1 answer

Shared app getting stopped in other device

I am new to android app development field.I recently created an app and it is working in my device as expected.For being particular ,the app in my device is installed and run directly via android studio. The problem is that whenever I am sharing the…
-2
votes
1 answer

How to do silent update in android App

How to do silent update in Android App it's possible to update the app in silently. i.e (no user interaction) what is the best way to achieve that? thank you in advance
NatheemYousf
  • 97
  • 1
  • 2
  • 11
1 2 3
35
36