Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Android Studio import

Rank

Total Posts: 22

Joined 0

PM

I've "upgraded" to Android Studio.

Trying to import ANT+_Android_SDK and it complains about missing settings.jav file.

I've tried all sorts of workarounds to no avail.

Any solutions appreciated.

Thanks Rob      
RankRankRankRank

Total Posts: 313

Joined 2011-09-12

PM

I am guessing that is a typo and it is 'settings.jar'?

When you say you are importing the SDK, do you mean just adding one of the jar libraries as a dependency to your project? Android Studio requires importing the library by setting it up as a module or creating a dependency compile instruction in the gradle.      

Signature

Dynastream Developer

Rank

Total Posts: 22

Joined 0

PM

I think what I really need is a basic course on how to use the SDK. I'm more at home with text editors, compilers and link lists .........

I'll start with google and "creating a dependency" and see how I get on

Cheers Rob      
RankRankRankRank

Total Posts: 313

Joined 2011-09-12

PM

No worries! Here are several methods to import the jar in Android Studio: http://stackoverflow.com/questions/16608135/android-studio-add-jar-as-library      

Signature

Dynastream Developer