January 6th, 2010, 01:52 AM
|
#3 (permalink)
|
|
New Member
Join Date: Jan 2010
Posts: 5
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
I'm guessing I'm not using the correct version of the source code with the correct version of the SDK, but I've tried lots of different combinations and can't get any of them to work.
Some of the errors I'm getting when trying to use the latest snapshot with the 2.0.1 SDK:
In Alarms.java, Intent.ACTION_ALARM_CHANGED cannot be resolved on line 438.
In AlarmKlaxon.java, line 89 "mVibrator = new Vibrator();" throws an error because the Vibrator constructor is not visible, and on line 207, com.android.internal.R.raw.fallbackring cannot be resolved.
In SetAlarm.java, com.android.internal.R.id.content cannot be resolved on line 113.
How can I figure out which SDK version to use with which snapshot of the code?
|
|
|