Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Crybaby tactics.... (Score 1) 338

warned the (Democrat-led) FCC to not do anything that a future Republican led FCC would dislike

Part of being the party in power is that you get to do shit that the other party doesn't like. You seriously think when Republicans were in power that they would have done the same? I think not......

Comment I had iLASIK about 11 months ago. (Score 2) 550


iLASIK is done with all lasers, one to make the flap that was previously done by blade, and the usual LASIK after that. Fewer reported complications than with the older blade style. At my six month checkup I was seeing 20/10 from my left eye and 20/15 from my right. I'm 48 and previously wore progressive lenses. They adjusted my right for a closer focal distance.

It all just works, I love it.

Comment Re:Who is stopping him? (Score 1) 372

GP poster is just trolling, with his "Eclipse, like all free IDE's, sucks" comment. You don't notice him mentioning his own environment.

The only other strong suggestion he can make is Android Studio, which instead of bundling Android SDK with Eclipse it bundles Android SDK with IDEA. Which would be fine, if it wasn't languishing in bug reports of its own, new major releases every week, breaking due to Gradle configurations that cause hair-pulling (what the fuck is Gradle and what was wrong with Ant and Maven for dependency management), etc etc. And forget trying to migrate from Eclipse with the SDK over to Android Studio. For God's sake, even when Google I/O was going on, the current builds of Android Studio on offer still didn't work any better than the Eclipse SDK. Life apparently is no better in the Mac world but I don't have experience there.

Don't get me wrong, I love Android, I have 3 Android devices, I'm interested in developing Android apps personally. I'm not knocking Java, I use it. I'm not knocking existing IDEs, I use them. What I'm knocking is the constant moving target status of Android where things change so fucking quickly their own devs can't even keep up with their own IDE bundles or their own documentation. As a potential Android developer, everything I run into is a turnoff. Look at the project and look at all the open issues with the IDE tools and the SDK (forget API and device bugs, those are all to be expected, I'm talking serious problems with the developer tools only). I don't have time to deal with that shit for fun.

Comment Re:Who is stopping him? (Score 5, Insightful) 372

Let's say you're a competent Java developer and you'd like to build an Android app. I wish you the best of luck!

First you're going to need to pick an IDE. I've always used Eclipse and hey look, there's an Android SDK for Eclipse. Perfect! Download, extract, fire it up... Errors. This version of Android SDK requires Android API version foo, you have version (foo - 9), please use the SDK manager to upgrade. The hell, the IDE bundle doesn't even launch out of the box?

Alright, so you're distributing your IDE with an outdated version of your API, I can forgive that. Run SDK Manager like it suggested, let it do its thing,. Update available for SDK tools and SDK platform tools, looks good, do it! ...And, errors. Package not found, blah blah, let's see what Google has to say about this one.

OK, apparently hundreds of other developers are having the same problem and have, after much wrangling, figured out a solution on their own. I see, I have to go into SDK Manager Settings, create a new User-Defined Add-On Site pointing to https://dl-ssl.google.com/andr... because the URL that ships with the IDE is missing the "s" in "https" and that server doesn't have the right packages available to download. That highly intuitive process would surely have been my first try anyway, but at least someone else found the fix.

SDK Manager seems to find the packages now, great! Got past that hurdle so let's do the upgrade. Wait, now what! What do you mean you can't upgrade to SDK Tools rev. 23 while SDK Platform Tools 19.0.2 is installed? I checked the boxes to upgrade them both; if Platform Tools has to hit rev. 20 before SDK Tools can be upgraded, why is the installer going in the wrong order?

If and when you finally get the actual goddamned IDE installed and working, have fun with the official developer tutorials to create your first "Hello World" app. See, the API has changed over the years^Wmonth^Wpast week and so the app architecture that the tutorial talks about isn't valid anymore. XML files that it says should be there, aren't, so there's no way to follow along in the tutorial by editing them.

I gave up on Android and won't touch it again unless I'm being paid to.

Slashdot Top Deals

Living on Earth may be expensive, but it includes an annual free trip around the Sun.

Working...