简体   繁体   中英

Can drawable and layouts be shared in a Android Project Library?

I am actually trying this, but I get a lot of red underlines in my Eclipse. I can't describe my problem in details, so I just ask in general:

Can drawable and layouts be shared in a Android Project Library ?

Two things:

  1. Stop using Eclipse as soon as you can. Android development on Eclipse leads nowhere. Google is evolving Android Studio and Eclipse is long-forgotten. The sooner you jump into using Android Studio the better.
  2. Yes, resources of the Android Project Library can be shared with the projects that are using this library. <public/> type of resource is the one you should be looking at. You can read more about it here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM