吴文洁

Garden of Eden 自由 平等 尊重

Eclipse Andriod 图片加载和R.java问题

| Comments

关于图片加载:

1)将图片拷贝到 当前PROJECT的res的drawable-*dpi目录下,可以每个都拷贝一下

2)在PACKAGE EXPLORER 找到对应的res目录,右键点击,refresh

3)出现 所需图片

Eclipse

关于R.Java:

1)它是自动生成的

This class was automatically generated by the

aapt tool from the resource data it found.

It should not be modified by hand.

2)出现问题可以 project—>built automatically

project—>clean

3)实在不行 可以 重新file —>new—>android Project

不要直接黏贴,修改。。。

 

注:以上方法仅供参考