android - why won't apk file update -
i'm developing android app using eclipse. export app using export android app function. sign , align resulting apk file. copy apk webserver , try install on phone. goes though installation steps, , when test app not contain latest changes. seems install 1 of previous builds.
is problem in: - way create apk? - cache on phone has not been cleared?
how eclispe make current apk, , how phone install it?
how can verify version of code in particular apk file?
thanks, gerry
it eclipse isn't building new .apk properly, though sounds you're exporting correctly. giving new .apk different name old one? if not, downloading or installing old 1 accident.
you should able go settings -> applications -> manage applications
on phone, find app , open info page. version string should listed near top, can verify latest version installed.
Comments
Post a Comment