From: Linus B. <li...@br...> - 2010-02-23 05:40:45
|
Hello! I've been experimenting a bit with xmlvm and i like what i see :-) Even supplied a couple of simple patches this morning. Anyway, my biggest problem so far was setting up a proper eclipse launcher for a simple android project. First I had some troubles with classpath so the project wouldnt start at all, but adding some source folders to classpath solved the problem. Now it starts, but strings are not properly resoulved, i see only @strings/app_name etc. In eclipse console shows the following output <I> <Resources>: Unable to resolve resources for se.brimstedt.simpleandroid: id When I look at the UI in android UI builder, it looks ok, strings are found. Anyone got some hints, or are there some instructions written how you should set up your launcher? cheers /Linus |