Not install to mobile after build

Monkey Targets Forums/Android/Not install to mobile after build

dub(Posted 2011) [#1]
Hi, I need help.

I'm new to monkey and try to build to android.

With the Emulator, it's fine.


But when I try with my mobile (on developer mode : ZTE-Blade Android 2.1-update1), I have an install error :


But I don't find any information about certificats in the docs.

SDK Android 2.1-update1, API 7, revision 3
apache-ant-1.8.2-bin
jdk1.6.0_21


dub(Posted 2011) [#2]
I've finally find the problem !!! with other forum on android

It's because I have already install an application with the same name (a demo i've install before I buy Monkey).

Now I'ts working but I think we need to change somewhere the package to have different version.

Maybe this can help some newbie like me :)


Aman(Posted 2011) [#3]
For Android, if you want to change the name of the app or tha package, or even change the version or icon. You need to change AndroidManifest.xml inside build/android/


therevills(Posted 2011) [#4]
change the name of the app or tha package


You just need to change the CONFIG.TXT which gets generated in your build/android folder after the first build.

With icons you can just copy your new icons on top of the existing ones.


dub(Posted 2011) [#5]
Thanks for the advice, more easy now.