Dear mani

Do you develop your application in Eclipse SDK?
If so, you need to add .jar that you want
under out\target\common\obj\JAVA_LIBRARIES\framework_intermediates\
to your Eclipse project.
I guess that com.android.internal.R.class is not include in
android.jar released by Google
You may make and add .jar if you want to use other APIs not included
in android.jar

If not, I can't help you.. I don't know the way...

Good luck..
Binggrae.

On Sep 14, 12:03 pm, mani <smanikanda...@gmail.com> wrote:
> I gotta one more question if you could assist me with that.
>
> I couldnot find where resource files for
>
> ex. import com.android.internal.R;
>
> inflater.inflate(R.layout.keyguard_screen_tab_unlock, this, true);
>
> If you see the files under
>
> /mydroid/frameworks/policies/base/phone/com/android/internal/policy/
> impl/LockScreen.java.
>
> I tried searching for these android internal Resource files. I couldnt
> find out.
> Do you know where these layout.xml files are present. From which this
> com.android.internal.R points to ?
>
> On Sep 14, 9:18 am, Binggrae <bangg...@gmail.com> wrote:
>
>
>
> > For your additional information.
>
> > All packages included in system.img
> > are written on build/target/product/generic.mk
>
> > I'm not sure.. but
> > You may modify generic.mk for inserting your apk
> > into your emulator automatically when building totally.

-- 
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
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to