Export Signed .Apk From Existing Android Project Via Eclipse -


update - project values

eclipse/android problem

does have straightforward solution problem encountered whilst importing existing android project eclipse.

the intention of using existing android project utilise eclipse adt export wizard produce signed .apk should work on android device version 2.3.3 upward.

the existent android project has been tested on device (android version 2.3.3) , functions correctly.

tools used:

android sdk/eclipse ide bundle (march 2014), plus java jdk (march 2014).

all tools function correctly.

import existing android project process:

open eclipse > file > new > project > android project existing code > next > browse select project root directory > select project > finish).

this process worked & existing android project imported & displayed left hand side of eclipse console under project explorer view.

i signed project using eclipse adt export wizard before exporting final .apk.

summary:

all software appeared work correctly. signing process appeared have worked correctly. export of .apk appeared have worked correctly.

i can import existing android project eclipse successfully. can sign .apk successfully. can export .apk successfully.

however, resultant .apk not install on mobile device (android build 2.3.3).

re: androidmanifest.xml:

minsdkversion = "10" targetsdkversion ="19"

re: project.properties:

target=android-19

just possibility; have gone through device's settings --> apps --> --> myapp --> remove process? if it's debugging keystore signing with, different, , phone won't install that.

if doesn't work, post logcat period around when install app?


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -