0

I'm new to Android development. I download an opensource android project: open source china android client after import the project into eclipse workspace, there are some error. The main error is cause by some PNG file. I googled skipping null file android but found no help information. How to fix these error? Thanks

FYI: You can download the source code from http://git.oschina.net/oschina/android-app by click '下载zip' enter image description here

aztack
  • 4,376
  • 5
  • 32
  • 50

1 Answers1

0

Remove the leading underscore in file name will fix it

aztack
  • 4,376
  • 5
  • 32
  • 50