Robotics StackExchange | Archived questions

Android Studio 1.1 with ICS, JellyBean, KitKat, or LollyPop?

I have a lot of problems trying to build a RosJava 'blank' Android Studio project both on Windows and Ubuntu, using the gradle/artifact method in the tutorials at:

http://wiki.ros.org/android/Tutorials/hydro/Installation%20-%20Android%20Studio%20Development%20Environment

Android Studio is now version 1.1. The above tutorial provides references only to android versions gingerbread and honeycomb, but gingerbread is 5 years old, and honeycomb is not available from Android Studio 1.1 SDK manager.

The tutorial shows: dependencies { compile 'org.ros.androidcore:androidgingerbreadmr1:[0.1,0.2)' compile 'org.ros.androidcore:androidhoneycombmr2:[0.1,0.2)' compile 'org.ros.rosjava_core:rosjava:[0.1,0.2)' }

Can someone update the tutorial to provide the reference to the dependencies for a current Android version from the past 1 - 2 years, like ICS, JellyBean, KitKat, LollyPop?

Asked by mlewis on 2015-03-16 17:24:01 UTC

Comments

Closing as this isn't a question which can be answered. There's another related question here: http://answers.ros.org/question/205128/android-studio-11-with-blank-android-project-woes/

Asked by tfoote on 2015-03-17 01:45:20 UTC

Answers