Android game could not install eclair

Hi all,

I have recently obtained the free trial of unity which allows me to create android games. I am using LG GT540 running eclair 2.1 as a test device to run my game. When I click the play button with my android devices connected to my computer and run the unity remote android app nothing happens.

Secondly, I have compiled a .apk installer for my game and copied it to my android device And attempted to install it. The installer says that the android device could not be installed.

The game was compiled as a development build and I have set it to work on the correct api level , 2.1.

Any help will be greatly appreciated.

The LG GT540 has a MSM7227 chip, which is ARMv6. So in the Player Settings, you need to set the Device Filter to "ARMv6 with VFP". After doing that I have then been able to install a test app, but it crashes on launch. So I don't think Unity games can run on this device. :(