I modified my manifest.xml to debuggable, connected the android to the pc, went to settings application and changed it to allow external applications to be installed and allow debugging..
When I press on debug button in eclipse. It gives me a choice to choose between debugging with the device or debug with AVD..
the problem is that the device (Android Nexus One) doesnt appear, even though the pc hardware does identify it..(I can access its folders).
1) How do i get an apk file.. 2) and how do i install it into the android phone..or put it into the phone
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.SpendingCutter"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" />
changed it and still doesnt recognize the device