On 01/06/2011 01:11 PM, Kostya Vasilyev wrote:
[ below ]

07.01.2011 0:01, Tobiah пишет:

I'd say - uninstall the application from the phone ("adb remove your.package.name.here"), exit 
Eclipse, delete "gen" and "bin"
folders in your project.

Then restart Eclipse, and clean the project so it auto-builds (Project -> 
Clean). May take a few iterations until all the
auto-generated stuff snaps into place.

That took care of it. Thanks. I normally build
and run this project from the command line. In fact
I just recently made an Eclipse project out of it.
Could that be why I had the problem?

Yes, that's probably it. I believe some files are used by both builds systems.

Oh, but now I see that if I run my build script:

if ant debug; then
        adb uninstall com.rcsreg.exposmart
        adb -d install bin/ExpoSmart-debug.apk
        adb -d logcat
fi

And then build from Eclipse again, the warnings are back ever time
I try to run the app from Eclipse.  Is this going to be ok?  The
app still seems to run fine either way I build it.

Thanks!

Tobiah

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to