App Problem

Search This thread

dh41196

New member
Mar 5, 2014
1
0
*Not sure if in proper section, move if need be*

Noob here so try to dumb things down for me! :)

Ok, so I followed this tut HERE.
I was able to debug it to my android for testing and it worked. So I exported it as .apk and uploaded it to 4shared.com.
Now my problem is, after downloading to my phone, I went to [Install Package] and it said "Application not installed"
What would be the problem and how would I go about fixing it?

Thanks in advance :)

~Brine
 

painlessDeath

Member
Feb 7, 2013
17
22
sunnygoyal.com
How are you trying to install the app:

connect your device using USB cable to the comp. and run
Code:
 adb install <path_to_apk>
on a terminal


Make sure that the app is not already installed as there could be certificate conflicts it a debug version is installed already. If some version is already installed, just uninstall it and try.

Also try enabling Settings > Security > Unknown sources (turn it off after you are done if you are not sure)
 

sak-venom1997

Senior Member
Feb 4, 2013
928
415
Lucknow
*Not sure if in proper section, move if need be*

Noob here so try to dumb things down for me! :)

Ok, so I followed this tut HERE.
I was able to debug it to my android for testing and it worked. So I exported it as .apk and uploaded it to 4shared.com.
Now my problem is, after downloading to my phone, I went to [Install Package] and it said "Application not installed"
What would be the problem and how would I go about fixing it?

Thanks in advance :)

~Brine

The app not installed errors show up when you try to install an app not ment for your device
Genral cases are
It requires hardware not present in your device
It is trying to replace a system app like systemui
etc..........

Sent from my GT-S5302 using Tapatalk 2