sunydepalpur / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

Missing drawable/connected resource #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you attempt to compile the latest revision from trunk (r56) you'll get a
resource problem on attempt to execute the release target as follows:

resource-src:
     [echo] Generating R.java / Manifest.java from the resources...
     [exec] res/layout-land/item_host.xml:9: ERROR Error: No resource found
that matches the given name (at 'src' with value '@drawable/connected').
     [exec] res/layout-port/item_host.xml:9: ERROR Error: No resource found
that matches the given name (at 'src' with value '@drawable/connected').

This is on Linux with the current ADK. Perhaps the 'connected.png' wasn't
committed?

Original issue reported on code.google.com by kevin.sl...@gmail.com on 21 Oct 2008 at 8:07

GoogleCodeExporter commented 9 years ago
Sorry, didn't notice that the trunk code is based on sdk 0.9. I tried compiling 
on
1.0. Feel free to dispose of this message.

Original comment by kevin.sl...@gmail.com on 22 Oct 2008 at 12:08

GoogleCodeExporter commented 9 years ago
I was able to get r55 to build on the 1.0 sdk with this patch. But i did not 
get r56
to build yet.

Original comment by arm...@gmail.com on 22 Oct 2008 at 3:05

Attachments:

GoogleCodeExporter commented 9 years ago
It looks like Jeffrey might have missed a file to commit.

Original comment by kenny@the-b.org on 23 Oct 2008 at 3:20

GoogleCodeExporter commented 9 years ago
sorry forgot to --force add my res/ directory, should be in svn now.

Original comment by Jeffrey.Sharkey on 23 Oct 2008 at 3:49