Quote (carteblanche @ Feb 27 2015 05:22pm)
you either 1) don't know anything about android or 2) don't know anything about java. i'm hoping the former. set up android on your machine. once that's done, just go through the hello world tutorial, which should take minutes. then add a text box and button. maybe 20 minutes if you dont know anything about android. then go through twitter's api. i have the feeling it would be much faster than trying to find someone else's project and trying to set it up properly to make it work. adding your dependencies piece by piece is less frustrating than trying to understand why an entire project won't work.
the former, sir.
I'm on plan F or G or so. What you're describing was the plan A I went through when I first tried it out.
Making a new project and following the hello world tutorial works perfectly. Everything after that is where shit hits the fan.
If you're curious, here's my current error message that, when googled, turns up nothing useful.
Code
Error running Specifications: Cannot run program "gauge" (in directory "/Users/admin/AndroidStudioProjects/Watch"): error=2, No such file or directory
Using spotlight on my mac searching for gauge turns up nothing as well, so I'm at a loss. I figured finding someone else's already working project made on my same OS/IDE would be a more viable solution.
But please, if something I said is illogical or untrue, I'm glad to add the correction to my programming vernacular.