Hello,
I'm currently trying to compile the 2cloud Android app to try some OAuth hacks I found on the net (registering an intent for a bogus protocol like 2cloudoauth://callback and using that...) but I find that I can't even get the vanilla app to run. It compiles fine, but immediately force closes when launched (both in the debugger/emulator and on my phone).
What I've done:
2. Create a new project in Eclipse (from source directory, pointing the directory to the extracted sources and selecting the Android 1.6 SDK as target)
3. Include the two signpost jars from the lib directory in the build path.
There must be something I'm missing or have done wrong. Anybody got an idea?
- Michel