I’m sure it’s just an installation issue. It’s not supposed to be this hard. 
I typically install apps via the “adb” command line tool that is bundled with the Android SDK. You can find it under the Android SDK’s “platform-tools” directory. Installation is done over USB. There is one setting that you are going to need to enable on your device in order to allow apps that did not come from an app store to be allowed on your device. This setting goes by different names depending on the OS version that you are running. Please see below…
On Android 4.0 and above, you’ll need to enable “Developer options\USB debugging”.
On Android 2.x - 3.x, you’ll need to enable “Applications\Unknown Sources”.
Checking the above option will enable the “adb” command line tool to communicate with the device, allow you to install an app, and allow you to view a real-time log via “adb logcat”. Good stuff.
Anyways, I hope this helps! [import]uid: 32256 topic_id: 17978 reply_id: 118068[/import]