[android-developers] Re: Strange error

2011-11-07 Thread Kira Qian
look at this thread. http://stackoverflow.com/questions/6450738/failed-to-install-apk-on-device-local-path-doesnt-exist -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: strange error

2011-10-30 Thread Yahel
> ProgressThread cannot be resolved to a type You probably got your code from a sample or an existing project but forgot to include a file or part of a file that defines the class ProgressThread. Take a look in the original folder for a file called : ProgressThread.java and include it in your new

[android-developers] Re: Strange error on HTC Hero running 2.1 in Turkey

2010-09-09 Thread andrew android
Bump On Aug 29, 2:23 pm, "Andy G." wrote: > A user got the following error when opening a regular old preference > screen with just a single list preference.  Can anyone tell what is > going on with this? > > E/AndroidRuntime(32133): Uncaught handler: thread main exiting due to > uncaught excepti

Re: [android-developers] Re: Strange error with AdMob

2010-01-22 Thread Wayne Wenthin
Ok I'm stupid. Evidently it pulled in Android.R without me noticing. On Fri, Jan 22, 2010 at 7:30 AM, Wayne Wenthin wrote: > Nope. I've tried cleaning it. I'm starting to wonder if its eclipse. > Maybe there is some setting that allows you to use the double asterisks in a > comment. > > It's

Re: [android-developers] Re: Strange error with AdMob

2010-01-22 Thread Wayne Wenthin
Nope. I've tried cleaning it. I'm starting to wonder if its eclipse. Maybe there is some setting that allows you to use the double asterisks in a comment. It's extremely frustrating since I was on the verge of another release. On Fri, Jan 22, 2010 at 12:52 AM, Jason Arora wrote: > Does Projec

[android-developers] Re: Strange error with AdMob

2010-01-22 Thread Jason Arora
Does Project->Clean help? On Jan 21, 4:59 pm, Wayne Wenthin wrote: > I have already posted on their developer group but based on everything I've > seen I don't expect a reply. > > I have a strange problem.   When I added and adview to my app it imported a > bunch of comments that all start with /

[android-developers] Re: Strange error with AdMob

2010-01-21 Thread Seni Sangrujee
I just checked two of my apps that include ads and they both have the same thing in R.java. These apps have both been released like that. But you said Eclipse is acting like they're not comments on your end. I'm not seeing that here. -seni -- Android Prayer Network http://prayerstoshare.net -

[android-developers] Re: Strange error when building android using prebuilt android-toolchain

2009-01-19 Thread Dianne Hackborn
Hi, this group is for writing applications with the SDK. Questions about building or modifying the platform should be posted to android-platform. Thanks! On Sat, Jan 17, 2009 at 1:08 AM, Hucheng Zhou wrote: > Hi @ll: > When I using default pre-built android-toolchain to build android on > linu

[android-developers] Re: Strange error for signed .apk

2009-01-05 Thread focuser
Thanks Mark, The only thing I did in addition to the default build.xml created by activityCreator is replacing an xml file that has the release map key. But the string id remains the same, just the actual keys are different. But this does sound like a suspicious spot to look at. On Jan 5, 9:59

[android-developers] Re: Strange error for signed .apk

2009-01-05 Thread Mark Murphy
I don't use Eclipse, and this kind of problem is one of the reasons. It feels like a bug in your build process, whereby your generated R.java file is not lining up with the actual resource XML file contents. > On Jan 4, 9:04 pm, focuser wrote: >> Hi, >> >> I have an app that runs well from Ecli

[android-developers] Re: Strange error for signed .apk

2009-01-05 Thread Al
Hi, what does R.id.content represent, a LinearLayout, RelativeLayout, TextView, etc? Try making an explicit cast to the appropriate type it is. On Jan 5, 5:54 pm, focuser wrote: > anyone? > > On Jan 4, 9:04 pm, focuser wrote: > > > Hi, > > > I have an app that runs well from Eclipse.  But when

[android-developers] Re: Strange error for signed .apk

2009-01-05 Thread focuser
anyone? On Jan 4, 9:04 pm, focuser wrote: > Hi, > > I have an app that runs well from Eclipse.  But when I signed it using > our release key, it threw a ClassCastException embedded in an > InflateException at start up time.  The code is something like the > following: >                 this.cont