Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues while building #16

Closed
arunmmanoharan opened this issue Jun 8, 2014 · 1 comment
Closed

Issues while building #16

arunmmanoharan opened this issue Jun 8, 2014 · 1 comment

Comments

@arunmmanoharan
Copy link

Hi I got this issue while building Mokee for the jactiveltexx.

target Java: Settings (/home/audiogod/SOKP/mokee/out/target/common/obj/APPS/Sett ings_intermediates/classes)
packages/apps/Settings/src/com/android/settings/cyanogenmod/MoreDeviceSettings.j ava:28: cannot find symbol
symbol : class VibratorIntensity
location: package com.android.settings.hardware
import com.android.settings.hardware.VibratorIntensity;
^
packages/apps/Settings/src/com/android/settings/cyanogenmod/BootReceiver.java:77 : cannot find symbol
symbol : variable VibratorIntensity
location: class com.android.settings.cyanogenmod.BootReceiver
VibratorIntensity.restore(ctx);
^
packages/apps/Settings/src/com/android/settings/cyanogenmod/MoreDeviceSettings.j ava:45: cannot find symbol
symbol : variable VibratorIntensity
location: class com.android.settings.cyanogenmod.MoreDeviceSettings
if (!VibratorIntensity.isSupported() || vibrator == null || !vibrator.ha sVibrator()) {
^
packages/apps/Settings/src/com/android/settings/cyanogenmod/MoreDeviceSettings.j ava:67: cannot find symbol
symbol : variable VibratorIntensity
location: class com.android.settings.cyanogenmod.MoreDeviceSettings
VibratorIntensity.isSupported();
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
realmake: *** [/home/audiogod/SOKP/mokee/out/target/common/obj/APPS/Settings_int ermediates/classes-full-debug.jar] Error 41

Hope you fix em up.

@Ryuinferno
Copy link
Member

No such error on all our 84 devices in nightly queue, it is your device specific configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants