fmierlo / mytracks

Automatically exported from code.google.com/p/mytracks
1 stars 0 forks source link

Unable to get MyTracks building under API lvl 18 #1345

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hg clone https://code.google.com/p/mytracks/

Then import to Eclipse (ADK) and set minimun and targer API level to 18. It 
will produce some deprecated warnings here and there. (Some Java related also, 
which have been deprecated a life time ago).

But the real error is that SyncAdapter is somehow missing a lot of resources, 
here are some which can not be resolved:

R.string.drive_sync_key
R.string.google_account_key
R.string.drive_largest_change_id_key
R.string.drive_deleted_list_key

And to question why I try to set minimum to API level 18 is that I'm trying out 
my BLE frameworks for CSC sensors.

Best regards, Sampo

Original issue reported on code.google.com by sopsa...@gmail.com on 3 Aug 2013 at 5:35

GoogleCodeExporter commented 9 years ago
We have been developing up to API level 17. 

Use mytrackss-dev mailing list for questions like this. Use this issue tracker 
for actual bugs.

Thanks
Jimmy

Original comment by jshih@google.com on 12 Aug 2013 at 6:22