user711508
user711508

Reputation: 11

Which Google API version to use for Android Project in order to use Google Maps

I am new to Android and trying to develop an application which uses Google Maps. I am currently using Google APIs8 (Android 2.2), but I am having some errors in my project as below-
res/layout/categories.xml
line -

ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content" android:scrollbarAlwaysDrawVerticalTrack="true" android:scrollbarFadeDuration="0"

error: No resource identifier found for attribute 'scrollbarFadeDuration' in package 'android'

Please Help!!
Thanks,
Deepali

Upvotes: 1

Views: 349

Answers (1)

Manish Singla
Manish Singla

Reputation: 1361

You are using correct version,I also did it with same sdk. Here is the link for google map integration.

And if you are using eclipse while generating kestore make sure to mention extention as "projectName.kestore" not just "projectName".

Upvotes: 0

Related Questions