|
||
|
#541
|
||||
|
||||
|
Código:
frameworks/base/packages/SystemUI/src/com/android/systemui/chaos/TriggerOverlayView.java:81: cannot find symbol
symbol : variable trigger_region
location: class com.android.systemui.R.drawable
setBackgroundResource(R.drawable.trigger_region);
^
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.
1 error
make: *** [out/target/common/obj/APPS/SystemUI_intermediates/classes-full-debug.jar] Error 41
make: *** Se espera a que terminen otras tareas....
packages/apps/Settings/src/com/android/settings/crdroid/SeekBarPreferenceChOS.java:99: cannot find symbol
symbol : variable seek_bar_preference
location: class com.android.settings.R.layout
layout = (RelativeLayout)mInflater.inflate(R.layout.seek_bar_preference, parent, false);
^
packages/apps/Settings/src/com/android/settings/crdroid/SeekBarPreferenceChOS.java:119: cannot find symbol
symbol : variable seekBarPrefBarContainer
location: class com.android.settings.R.id
ViewGroup newContainer = (ViewGroup) view.findViewById(R.id.seekBarPrefBarContainer);
^
packages/apps/Settings/src/com/android/settings/crdroid/SeekBarPreferenceChOS.java:148: cannot find symbol
symbol : variable seekBarPrefValue
location: class com.android.settings.R.id
mStatusText = (TextView)layout.findViewById(R.id.seekBarPrefValue);
^
packages/apps/Settings/src/com/android/settings/crdroid/SeekBarPreferenceChOS.java:154: cannot find symbol
symbol : variable seekBarPrefUnitsRight
location: class com.android.settings.R.id
TextView unitsRight = (TextView)layout.findViewById(R.id.seekBarPrefUnitsRight);
^
packages/apps/Settings/src/com/android/settings/crdroid/SeekBarPreferenceChOS.java:157: cannot find symbol
symbol : variable seekBarPrefUnitsLeft
location: class com.android.settings.R.id
TextView unitsLeft = (TextView)layout.findViewById(R.id.seekBarPrefUnitsLeft);
__________________
|
|
|
|
#542
|
||||
|
||||
|
Vale, eso y otros errores que me ha dado luego ya están solucionados, queda esto:
Código:
frameworks/base/packages/SystemUI/src/com/android/systemui/chaos/TriggerOverlayView.java:81: cannot find symbol
symbol : variable trigger_region
location: class com.android.systemui.R.drawable
setBackgroundResource(R.drawable.trigger_region);
^
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.
1 error
make: *** [out/target/common/obj/APPS/SystemUI_intermediates/classes-full-debug.jar] Error 41
make: *** Se espera a que terminen otras tareas....
packages/apps/Settings/src/com/android/settings/crdroid/SeekBarPreferenceChOS.java:99: cannot find symbol
symbol : variable seek_bar_preference
location: class com.android.settings.R.layout
layout = (RelativeLayout)mInflater.inflate(R.layout.seek_bar_preference, parent, false);
^
packages/apps/Settings/src/com/android/settings/crdroid/SeekBarPreferenceChOS.java:119: cannot find symbol
symbol : variable seekBarPrefBarContainer
location: class com.android.settings.R.id
ViewGroup newContainer = (ViewGroup) view.findViewById(R.id.seekBarPrefBarContainer);
^
packages/apps/Settings/src/com/android/settings/crdroid/SeekBarPreferenceChOS.java:148: cannot find symbol
symbol : variable seekBarPrefValue
location: class com.android.settings.R.id
mStatusText = (TextView)layout.findViewById(R.id.seekBarPrefValue);
^
packages/apps/Settings/src/com/android/settings/crdroid/SeekBarPreferenceChOS.java:154: cannot find symbol
symbol : variable seekBarPrefUnitsRight
location: class com.android.settings.R.id
TextView unitsRight = (TextView)layout.findViewById(R.id.seekBarPrefUnitsRight);
^
packages/apps/Settings/src/com/android/settings/crdroid/SeekBarPreferenceChOS.java:157: cannot find symbol
symbol : variable seekBarPrefUnitsLeft
location: class com.android.settings.R.id
TextView unitsLeft = (TextView)layout.findViewById(R.id.seekBarPrefUnitsLeft);
![]() |
| Gracias de parte de: | ||
|
#543
|
||||
|
||||
|
No, no estaba
, ya solo me queda este:Código:
frameworks/base/packages/SystemUI/src/com/android/systemui/chaos/TriggerOverlayView.java:81: cannot find symbol
symbol : variable trigger_region
location: class com.android.systemui.R.drawable
setBackgroundResource(R.drawable.trigger_region);
__________________
|
|
#544
|
||||
|
||||
|
No, no estaba
, ya solo me queda este:Código:
frameworks/base/packages/SystemUI/src/com/android/systemui/chaos/TriggerOverlayView.java:81: cannot find symbol
symbol : variable trigger_region
location: class com.android.systemui.R.drawable
setBackgroundResource(R.drawable.trigger_region);
![]() |
| Gracias de parte de: | ||
|
#545
|
||||
|
||||
|
Vale, ha sido hacer make clobber y listo
menos mal que solo me tarda una hora en compilar al hacer make clobber....
__________________
|
|
#547
|
||||
|
||||
|
__________________
|
|
#549
|
||||
|
||||
|
__________________
|
|
#551
|
||||
|
||||
|
OK, pues voy a subir los commits de momento y intentaré implementar appsidebar...
__________________
|
|
#552
|
||||
|
||||
|
Os pongo una foto para que veais a lo que me refiero ![]() EDIT: TODO SOLUCIONADO
__________________
Última edición por Javier.d Día 24/01/14 a las 20:06:34. |
|
#553
|
||||
|
||||
|
Vale, seguimos con otra cosa
![]() Estoy con esto: https://github.com/SlimRoms/framewor...e8b2f050f80c0b Y me da este error: Código:
frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java:445: cannot find symbol
symbol : variable expand_challenge_handle
location: class com.android.keyguard.R.id
ImageButton lock = (ImageButton) findViewById(R.id.expand_challenge_handle);
__________________
|
|
#554
|
||||
|
||||
|
Borra ImageButton lock = (ImageButton) findViewById(R.id.expand_challenge_handle);
Al menos es lo que yo haría... :/ |
|
#555
|
||||
|
||||
|
__________________
|
| Gracias de parte de: | ||
|
#556
|
||||
|
||||
|
Hola! Muy buenas noches compañeros!
He visto que en este hilo hay mucho cocinero y me gustaría preguntar si alguien podria orientame un poco hacia algunos tutoriales o las formas de como aprendisteis a cocinar custom roms, copilar, añadirles apps como la de los gestos por ejemplo, personalizaciones, y un largo etc. Me llama muchísimo la atención la cocina Android pero por mucho que busco no doy con nada que me ilumine, hasta ahora se deoxear y tal con dsxia kitchen y cygwin, litear y hasta ahí llego... Me encantaría poder aprender más!! Muchísimas gracias a todos de antemano! ![]() Y pido disculpas por si este no es el lugar adecuado para preguntar sobre este tema... |
|
#557
|
||||
|
||||
|
Hola! Muy buenas noches compañeros!
He visto que en este hilo hay mucho cocinero y me gustaría preguntar si alguien podria orientame un poco hacia algunos tutoriales o las formas de como aprendisteis a cocinar custom roms, copilar, añadirles apps como la de los gestos por ejemplo, personalizaciones, y un largo etc. Me llama muchísimo la atención la cocina Android pero por mucho que busco no doy con nada que me ilumine, hasta ahora se deoxear y tal con dsxia kitchen y cygwin, litear y hasta ahí llego... Me encantaría poder aprender más!! Muchísimas gracias a todos de antemano! ![]() Y pido disculpas por si este no es el lugar adecuado para preguntar sobre este tema... ![]()
__________________
|
| Gracias de parte de: | ||
|
#558
|
||||
|
||||
|
|
| Gracias de parte de: | ||
|
#559
|
||||
|
||||
|
http://www.darksideteam.com/forumdisplay.php?fid=12 Ahí tienes varios tutoriales que te van a servir. |
| Gracias de parte de: | ||
|
|
|
#560
|
||||
|
||||
|
Vale, seguimos con otra cosa
![]() Estoy con esto: https://github.com/SlimRoms/framewor...e8b2f050f80c0b Y me da este error: Código:
frameworks/base/packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java:445: cannot find symbol
symbol : variable expand_challenge_handle
location: class com.android.keyguard.R.id
ImageButton lock = (ImageButton) findViewById(R.id.expand_challenge_handle);
![]()
__________________
|
![]() |
Estás aquí
|
||||||
|
||||||