installer - android 'app not installed' error. how to debug? -


i have developed app in eclipse, today made apk (made keystore , that)

i put on website , downloaded samsung gt7300 running 4.0.4 , installs , runs fine.

now tried install on no name chinese tablet running 4.2.2 , 'app not installed' every time.

i enabled unknown source of course, there else have missed?

when 'app not installed' message, there no explanation of kind. there installer log or can find problem?

if care try install me, @ http://www.2112design.com/fbmstools/ , file fbms_lmfd.apk

maybe i'm no supposed post that, don't know

thanks help, driving me nuts!

by way, read 'app not installed' error on android , non of suggestions helped

i connected debug cable device , installs , runs fine through adb.

so created blank application , made apk , put on website, download tablet , installs fine. guess there wrong real app, manifests same.

android:versioncode="1" android:versionname="1.0" >  <uses-sdk     android:minsdkversion="14"     android:targetsdkversion="15" /> 

so installed logcat view on tablet, , when try install apk couple of error messages

package ..... has no certificates @ entry androidmanifest.xml: ignoring

then

installation error code: -103

in case using lollipop app installed on different user of phone, had enter every user session , delete app each one.

then after complete removal every user able install again.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -