From: Derek <xianguan...@gmail.com>
Date: Thu, 12 Mar 2009 15:22:41 -0700 (PDT)
Local: Thurs, Mar 12 2009 6:22 pm
Subject: android.R.styleable can't be resolved?
Hi,
I'm using the last android sdk 1.1r1. Eclipse complains about class
for (Class c : android.R.class.getClasses()) {
Thanks,
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Dianne Hackborn <hack...@android.com>
Date: Thu, 12 Mar 2009 15:42:24 -0700
Local: Thurs, Mar 12 2009 6:42 pm
Subject: Re: [android-developers] android.R.styleable can't be resolved?
styleable was removed from the SDK; this shouldn't have been in the SDK,
Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Derek <xianguan...@gmail.com>
Date: Thu, 12 Mar 2009 16:19:54 -0700 (PDT)
Local: Thurs, Mar 12 2009 7:19 pm
Subject: Re: android.R.styleable can't be resolved?
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Dianne Hackborn <hack...@android.com>
Date: Thu, 12 Mar 2009 16:34:31 -0700
Local: Thurs, Mar 12 2009 7:34 pm
Subject: Re: [android-developers] Re: android.R.styleable can't be resolved?
Yes, they are still there, as are many other things in the framework that
On Thu, Mar 12, 2009 at 4:19 PM, Derek <xianguan...@gmail.com> wrote:
-- > fair enough. it did not explain java reflection still found the inner
Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: trans <transf...@gmail.com>
Date: Tue, 22 Mar 2011 07:50:26 -0700 (PDT)
Local: Tues, Mar 22 2011 10:50 am
Subject: Re: [android-developers] Re: android.R.styleable can't be resolved?
Why is this stuff documented as part of the SDK if it's not there? http://developer.android.com/reference/android/R.styleable.html You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Justin Anderson <magouyaw...@gmail.com>
Date: Tue, 22 Mar 2011 08:54:08 -0600
Local: Tues, Mar 22 2011 10:54 am
Subject: Re: [android-developers] Re: android.R.styleable can't be resolved?
Ummm... it is. What does your code look like? Thanks, You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: trans <transf...@gmail.com>
Date: Tue, 22 Mar 2011 08:30:57 -0700 (PDT)
Local: Tues, Mar 22 2011 11:30 am
Subject: Re: [android-developers] Re: android.R.styleable can't be resolved?
I am very confused as it seems I am getting conflicting information. At this point I did some more research and decided I must need to create all <declare-styleable name="Keyboard"> But I still get an error: [javac] Compiling 4 source files to Any help would be very appreciated. You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Kostya Vasilyev <kmans...@gmail.com>
Date: Tue, 22 Mar 2011 18:36:14 +0300
Local: Tues, Mar 22 2011 11:36 am
Subject: Re: [android-developers] Re: android.R.styleable can't be resolved?
Regarding the compile error:
Apparently you kept "import android.R" in your source file. Replace it -- Kostya 22.03.2011 18:30, trans пишет: > But I still get an error: -- > [javac] Compiling 4 source files to > Any help would be very appreciated. Kostya Vasilyev -- http://kmansoft.wordpress.com You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: trans <transf...@gmail.com>
Date: Tue, 22 Mar 2011 08:45:21 -0700 (PDT)
Local: Tues, Mar 22 2011 11:45 am
Subject: Re: [android-developers] Re: android.R.styleable can't be resolved?
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Kostya Vasilyev <kmans...@gmail.com>
Date: Tue, 22 Mar 2011 18:49:48 +0300
Local: Tues, Mar 22 2011 11:49 am
Subject: Re: [android-developers] Re: android.R.styleable can't be resolved?
22.03.2011 18:45, trans пишет: > My own R class? What class is that? import your.package.name.your.app.name.R; It's generated during the build process under "gen". Additionally, you might want to try using Eclipse. -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2013 Google |