PDA

View Full Version : مشکل با import کردن فایل مثال



AVR programmer
جمعه 09 مهر 1395, 18:40 عصر
یه دی وی دی آموزش آندروید گرفتم که توش علاوه بر آموزش تمام مثال هاشم گذاشته اما وقتی میخوام مثال ها رو توی اکلیپس import کنم با ارورهای فراوان زیر مواجه میشم ! وتمام مثالها رو هم همینطور نشون میده لطفا کمکم کنید

142826

tux-world
شنبه 10 مهر 1395, 19:10 عصر
باید ایمپورت کنید. نوع ایمپورت کردنتون اشتباهه. ایمپورت از پروژه رو بزنید. البته اولش ایکلیپس رو پاک کنید و اندروید استودیو رو نصب کنید تا رستگار شوید

so2011
یک شنبه 11 مهر 1395, 00:15 صبح
متن خطا(log) چيه؟
ممكنه پروژه همراه كتابخانه اي بوده ك شما اون رو ايمپورت نكردين يا SDK اون با شما سازگار نيست،ولي تا متن خطايي رو ك ميده رو نگين،كمكي نميشه كرد

-----
در ضمن ايكليپس هم نرم افزار قدرتمندي هست و فرق خاصي با استوديو نداره،هر دوتا با زبان جاوا كار هستند،درسته ك استوديو مختص اين كاره و ايكليپس با پلاگين ميشه به برنامه نويسي اندرويد پرداخت اما واقعا دسته كمي از اندرويد استوديو نداره،تموم پروؤه ها رو ميشه در هردوي آن ها استفاده كرد! درسته ك معرفي كتابخانه ها در آن ها متفاوت هست و شيوه پوشه بندي هم متفاوت اما اكثر پروژه ها قابل استفاده در هر دوي آنهاست و با اين نوجه ك نميشه پروژه ك مريوط ب اين نرم افزار است رو در ان نرف افزار ايمپورت كرد!! اما ميشه جدا جدا فايل ها رو در جاي درست در فلان نرم افزار قرار داد

AVR programmer
یک شنبه 11 مهر 1395, 18:48 عصر
متن خطا(log) چيه؟
ممكنه پروژه همراه كتابخانه اي بوده ك شما اون رو ايمپورت نكردين يا SDK اون با شما سازگار نيست،ولي تا متن خطايي رو ك ميده رو نگين،كمكي نميشه كرد

-----
در ضمن ايكليپس هم نرم افزار قدرتمندي هست و فرق خاصي با استوديو نداره،هر دوتا با زبان جاوا كار هستند،درسته ك استوديو مختص اين كاره و ايكليپس با پلاگين ميشه به برنامه نويسي اندرويد پرداخت اما واقعا دسته كمي از اندرويد استوديو نداره،تموم پروؤه ها رو ميشه در هردوي آن ها استفاده كرد! درسته ك معرفي كتابخانه ها در آن ها متفاوت هست و شيوه پوشه بندي هم متفاوت اما اكثر پروژه ها قابل استفاده در هر دوي آنهاست و با اين نوجه ك نميشه پروژه ك مريوط ب اين نرم افزار است رو در ان نرف افزار ايمپورت كرد!! اما ميشه جدا جدا فايل ها رو در جاي درست در فلان نرم افزار قرار داد

اینم متن 10 تا از خطا ها :

14285514285614285714285814285914286014286114286214 2863142864
:لبخند:

so2011
دوشنبه 12 مهر 1395, 00:23 صبح
ن دوست عزيز منظور از خطا ها،اون خطاهايي رو ك در پايين صفحه ايكليپس در حالت چيدمان پيشفرض(قسمت زير صفحه كد ها) هستند رو بگين!
همون log هايي ك خود برنامه با رنگ قرمز نوشته در همون قسمت پايين

AVR programmer
دوشنبه 12 مهر 1395, 16:04 عصر
ن دوست عزيز منظور از خطا ها،اون خطاهايي رو ك در پايين صفحه ايكليپس در حالت چيدمان پيشفرض(قسمت زير صفحه كد ها) هستند رو بگين!
همون log هايي ك خود برنامه با رنگ قرمز نوشته در همون قسمت پايين

بفرمایید :


Description Resource Path Location TypeEditText cannot be resolved to a type SharedActivity.java /shared/src/Sharedcom/w3 line 9 Java Problem
EditText cannot be resolved to a variable SharedActivity.java /shared/src/Sharedcom/w3 line 17 Java Problem
Syntax error, insert ";" to complete Statement SharedActivity.java /shared/src/Sharedcom/w3 line 17 Java Problem
Syntax error, insert "AssignmentOperator Expression" to complete Expression SharedActivity.java /shared/src/Sharedcom/w3 line 17 Java Problem
The method hasStableIds() of type ExpandableList1.MyExpandableListAdapter should be tagged with @Override since it actually overrides a superinterface method ExpandableList1.java /ApiDemos/src/com/example/android/apis/view line 155 Java Problem
The method isChecked() of type CheckableFrameLayout should be tagged with @Override since it actually overrides a superinterface method CheckableFrameLayout.java /ApiDemos/src/com/example/android/apis/view line 41 Java Problem
The method isChecked() of type Grid3.CheckableLayout should be tagged with @Override since it actually overrides a superinterface method Grid3.java /ApiDemos/src/com/example/android/apis/view line 122 Java Problem
The method isChildSelectable(int, int) of type ExpandableList1.MyExpandableListAdapter should be tagged with @Override since it actually overrides a superinterface method ExpandableList1.java /ApiDemos/src/com/example/android/apis/view line 151 Java Problem
The method load(GL10) of type CompressedTextureActivity.CompressedTextureLoader should be tagged with @Override since it actually overrides a superinterface method CompressedTextureActivity.java /ApiDemos/src/com/example/android/apis/graphics line 90 Java Problem
The method load(GL10) of type CompressedTextureActivity.SyntheticCompressedTextu reLoader should be tagged with @Override since it actually overrides a superinterface method CompressedTextureActivity.java /ApiDemos/src/com/example/android/apis/graphics line 112 Java Problem
The method load(GL10) of type StaticTriangleRenderer.RobotTextureLoader should be tagged with @Override since it actually overrides a superinterface method StaticTriangleRenderer.java /ApiDemos/src/com/example/android/apis/graphics line 188 Java Problem
The method makeView() of type ImageSwitcher1 should be tagged with @Override since it actually overrides a superinterface method ImageSwitcher1.java /ApiDemos/src/com/example/android/apis/view line 66 Java Problem
The method makeView() of type TextSwitcher1 should be tagged with @Override since it actually overrides a superinterface method TextSwitcher1.java /ApiDemos/src/com/example/android/apis/view line 73 Java Problem
The method newArray(int) of type new Parcelable.Creator<MyPreference.SavedState>(){} should be tagged with @Override since it actually overrides a superinterface method MyPreference.java /ApiDemos/src/com/example/android/apis/preference line 165 Java Problem
The method next() of type OverscanActivity.FullscreenLightsOutState should be tagged with @Override since it actually overrides a superinterface method OverscanActivity.java /ApiDemos/src/com/example/android/apis/view line 94 Java Problem
The method next() of type OverscanActivity.FullscreenState should be tagged with @Override since it actually overrides a superinterface method OverscanActivity.java /ApiDemos/src/com/example/android/apis/view line 83 Java Problem
The method next() of type OverscanActivity.NormalState should be tagged with @Override since it actually overrides a superinterface method OverscanActivity.java /ApiDemos/src/com/example/android/apis/view line 72 Java Problem
The method next() of type OverscanActivity.OverscanState should be tagged with @Override since it actually overrides a superinterface method OverscanActivity.java /ApiDemos/src/com/example/android/apis/view line 105 Java Problem
The method onAccuracyChanged(Sensor, int) of type new SensorEventListener(){} should be tagged with @Override since it actually overrides a superinterface method Compass.java /ApiDemos/src/com/example/android/apis/graphics line 48 Java Problem
The method onAccuracyChanged(Sensor, int) of type new SensorEventListener(){} should be tagged with @Override since it actually overrides a superinterface method SensorTest.java /ApiDemos/src/com/example/android/apis/graphics line 133 Java Problem
The method onAccuracyChanged(Sensor, int) of type RotationVectorDemo.MyRenderer should be tagged with @Override since it actually overrides a superinterface method RotationVectorDemo.java /ApiDemos/src/com/example/android/apis/os line 213 Java Problem
The method onAccuracyChanged(Sensor, int) of type Sensors.GraphView should be tagged with @Override since it actually overrides a superinterface method Sensors.java /ApiDemos/src/com/example/android/apis/os line 203 Java Problem
The method onActionItemClicked(ActionMode, MenuItem) of type Grid3.MultiChoiceModeListener should be tagged with @Override since it actually overrides a superinterface method Grid3.java /ApiDemos/src/com/example/android/apis/view line 143 Java Problem
The method onActionItemClicked(ActionMode, MenuItem) of type List15.ModeCallback should be tagged with @Override since it actually overrides a superinterface method List15.java /ApiDemos/src/com/example/android/apis/view line 64 Java Problem
The method onActionItemClicked(ActionMode, MenuItem) of type List16.ModeCallback should be tagged with @Override since it actually overrides a superinterface method List16.java /ApiDemos/src/com/example/android/apis/view line 65 Java Problem
The method onAnimationCancel(Animator) of type AnimationSeeking.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method AnimationSeeking.java /ApiDemos/src/com/example/android/apis/animation line 159 Java Problem
The method onAnimationCancel(Animator) of type AnimatorEvents.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method AnimatorEvents.java /ApiDemos/src/com/example/android/apis/animation line 221 Java Problem
The method onAnimationEnd(Animation) of type Transition3d.DisplayNextView should be tagged with @Override since it actually overrides a superinterface method Transition3d.java /ApiDemos/src/com/example/android/apis/animation line 129 Java Problem
The method onAnimationEnd(Animator) of type AnimationSeeking.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method AnimationSeeking.java /ApiDemos/src/com/example/android/apis/animation line 162 Java Problem
The method onAnimationEnd(Animator) of type AnimatorEvents.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method AnimatorEvents.java /ApiDemos/src/com/example/android/apis/animation line 213 Java Problem
The method onAnimationEnd(Animator) of type new AnimatorListenerAdapter(){} should be tagged with @Override since it actually overrides a superclass method LayoutAnimations.java /ApiDemos/src/com/example/android/apis/animation line 166 Java Problem
The method onAnimationEnd(Animator) of type new AnimatorListenerAdapter(){} should be tagged with @Override since it actually overrides a superclass method LayoutAnimations.java /ApiDemos/src/com/example/android/apis/animation line 183 Java Problem
The method onAnimationEnd(Animator) of type new AnimatorListenerAdapter(){} should be tagged with @Override since it actually overrides a superclass method LayoutAnimations.java /ApiDemos/src/com/example/android/apis/animation line 193 Java Problem
The method onAnimationEnd(Animator) of type new AnimatorListenerAdapter(){} should be tagged with @Override since it actually overrides a superclass method LayoutAnimations.java /ApiDemos/src/com/example/android/apis/animation line 203 Java Problem
The method onAnimationEnd(Animator) of type new AnimatorListenerAdapter(){} should be tagged with @Override since it actually overrides a superclass method LayoutAnimationsHideShow.java /ApiDemos/src/com/example/android/apis/animation line 131 Java Problem
The method onAnimationEnd(Animator) of type new AnimatorListenerAdapter(){} should be tagged with @Override since it actually overrides a superclass method LayoutAnimationsHideShow.java /ApiDemos/src/com/example/android/apis/animation line 149 Java Problem
The method onAnimationEnd(Animator) of type new AnimatorListenerAdapter(){} should be tagged with @Override since it actually overrides a superclass method LayoutAnimationsHideShow.java /ApiDemos/src/com/example/android/apis/animation line 160 Java Problem
The method onAnimationEnd(Animator) of type new AnimatorListenerAdapter(){} should be tagged with @Override since it actually overrides a superclass method LayoutAnimationsHideShow.java /ApiDemos/src/com/example/android/apis/animation line 171 Java Problem
The method onAnimationRepeat(Animation) of type Transition3d.DisplayNextView should be tagged with @Override since it actually overrides a superinterface method Transition3d.java /ApiDemos/src/com/example/android/apis/animation line 133 Java Problem
The method onAnimationRepeat(Animator) of type AnimationSeeking.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method AnimationSeeking.java /ApiDemos/src/com/example/android/apis/animation line 167 Java Problem
The method onAnimationRepeat(Animator) of type AnimatorEvents.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method AnimatorEvents.java /ApiDemos/src/com/example/android/apis/animation line 229 Java Problem
The method onAnimationStart(Animation) of type Transition3d.DisplayNextView should be tagged with @Override since it actually overrides a superinterface method Transition3d.java /ApiDemos/src/com/example/android/apis/animation line 126 Java Problem
The method onAnimationStart(Animator) of type AnimationSeeking.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method AnimationSeeking.java /ApiDemos/src/com/example/android/apis/animation line 170 Java Problem
The method onAnimationStart(Animator) of type AnimatorEvents.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method AnimatorEvents.java /ApiDemos/src/com/example/android/apis/animation line 202 Java Problem
The method onAnimationUpdate(ValueAnimator) of type AnimationCloning.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method AnimationCloning.java /ApiDemos/src/com/example/android/apis/animation line 143 Java Problem
The method onAnimationUpdate(ValueAnimator) of type AnimationLoading.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method AnimationLoading.java /ApiDemos/src/com/example/android/apis/animation line 158 Java Problem
The method onAnimationUpdate(ValueAnimator) of type AnimationSeeking.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method AnimationSeeking.java /ApiDemos/src/com/example/android/apis/animation line 153 Java Problem
The method onAnimationUpdate(ValueAnimator) of type AnimatorEvents.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method AnimatorEvents.java /ApiDemos/src/com/example/android/apis/animation line 198 Java Problem
The method onAnimationUpdate(ValueAnimator) of type CustomEvaluator.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method CustomEvaluator.java /ApiDemos/src/com/example/android/apis/animation line 169 Java Problem
The method onAnimationUpdate(ValueAnimator) of type MultiPropertyAnimation.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method MultiPropertyAnimation.java /ApiDemos/src/com/example/android/apis/animation line 173 Java Problem
The method onAnimationUpdate(ValueAnimator) of type new ValueAnimator.AnimatorUpdateListener(){} should be tagged with @Override since it actually overrides a superinterface method AnimationLoading.java /ApiDemos/src/com/example/android/apis/animation line 95 Java Problem
The method onAnimationUpdate(ValueAnimator) of type ReversingAnimation.MyAnimationView should be tagged with @Override since it actually overrides a superinterface method ReversingAnimation.java /ApiDemos/src/com/example/android/apis/animation line 130 Java Problem
The method onBufferingUpdate(MediaPlayer, int) of type MediaPlayerDemo_Video should be tagged with @Override since it actually overrides a superinterface method MediaPlayerDemo_Video.java /ApiDemos/src/com/example/android/apis/media line 138 Java Problem
The method onCancel(DialogInterface) of type new DialogInterface.OnCancelListener(){} should be tagged with @Override since it actually overrides a superinterface method SmsReceivedDialog.java /ApiDemos/src/com/example/android/apis/os line 108 Java Problem
The method onCheckedChanged(CompoundButton, boolean) of type new CompoundButton.OnCheckedChangeListener(){} should be tagged with @Override since it actually overrides a superinterface method LayoutAnimations.java /ApiDemos/src/com/example/android/apis/animation line 97 Java Problem
The method onCheckedChanged(CompoundButton, boolean) of type new CompoundButton.OnCheckedChangeListener(){} should be tagged with @Override since it actually overrides a superinterface method LayoutAnimations.java /ApiDemos/src/com/example/android/apis/animation line 105 Java Problem
The method onCheckedChanged(CompoundButton, boolean) of type new CompoundButton.OnCheckedChangeListener(){} should be tagged with @Override since it actually overrides a superinterface method LayoutAnimations.java /ApiDemos/src/com/example/android/apis/animation line 111 Java Problem
The method onCheckedChanged(CompoundButton, boolean) of type new CompoundButton.OnCheckedChangeListener(){} should be tagged with @Override since it actually overrides a superinterface method LayoutAnimations.java /ApiDemos/src/com/example/android/apis/animation line 117 Java Problem
The method onCheckedChanged(CompoundButton, boolean) of type new CompoundButton.OnCheckedChangeListener(){} should be tagged with @Override since it actually overrides a superinterface method LayoutAnimations.java /ApiDemos/src/com/example/android/apis/animation line 123 Java Problem
The method onCheckedChanged(CompoundButton, boolean) of type new CompoundButton.OnCheckedChangeListener(){} should be tagged with @Override since it actually overrides a superinterface method LayoutAnimationsHideShow.java /ApiDemos/src/com/example/android/apis/animation line 91 Java Problem
The method onCheckedChanged(CompoundButton, boolean) of type new CompoundButton.OnCheckedChangeListener(){} should be tagged with @Override since it actually overrides a superinterface method SmsMessagingDemo.java /ApiDemos/src/com/example/android/apis/os line 78 Java Problem
The method onCheckedChanged(RadioGroup, int) of type RadioGroup1 should be tagged with @Override since it actually overrides a superinterface method RadioGroup1.java /ApiDemos/src/com/example/android/apis/view line 64 Java Problem
The method onClick(DialogInterface, int, boolean) of type new DialogInterface.OnMultiChoiceClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 236 Java Problem
The method onClick(DialogInterface, int, boolean) of type new DialogInterface.OnMultiChoiceClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 272 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 85 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 91 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 102 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 106 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 115 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 119 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 129 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 135 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 141 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 153 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 159 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 165 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 175 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 193 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 200 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 211 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 217 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 223 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 244 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 251 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 289 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 295 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method FragmentAlertDialog.java /ApiDemos/src/com/example/android/apis/app line 93 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method FragmentAlertDialog.java /ApiDemos/src/com/example/android/apis/app line 100 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method PurgeableBitmap.java /ApiDemos/src/com/example/android/apis/graphics line 110 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method SmsReceivedDialog.java /ApiDemos/src/com/example/android/apis/os line 90 Java Problem
The method onClick(DialogInterface, int) of type new DialogInterface.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method SmsReceivedDialog.java /ApiDemos/src/com/example/android/apis/os line 102 Java Problem
The method onClick(View) of type ActionBarDisplayOptions should be tagged with @Override since it actually overrides a superinterface method ActionBarDisplayOptions.java /ApiDemos/src/com/example/android/apis/app line 67 Java Problem
The method onClick(View) of type Animation1 should be tagged with @Override since it actually overrides a superinterface method Animation1.java /ApiDemos/src/com/example/android/apis/view line 40 Java Problem
The method onClick(View) of type LaunchingPreferences should be tagged with @Override since it actually overrides a superinterface method LaunchingPreferences.java /ApiDemos/src/com/example/android/apis/preference line 72 Java Problem
The method onClick(View) of type List12 should be tagged with @Override since it actually overrides a superinterface method List12.java /ApiDemos/src/com/example/android/apis/view line 60 Java Problem
The method onClick(View) of type new View.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method ActivityRecreate.java /ApiDemos/src/com/example/android/apis/app line 69 Java Problem
The method onClick(View) of type new View.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlarmController.java /ApiDemos/src/com/example/android/apis/app line 85 Java Problem
The method onClick(View) of type new View.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 345 Java Problem
The method onClick(View) of type new View.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 353 Java Problem
The method onClick(View) of type new View.OnClickListener(){} should be tagged with @Override since it actually overrides a superinterface method AlertDialogSamples.java /ApiDemos/src/com/example/android/apis/app line 364 Java Problem

so2011
یک شنبه 18 مهر 1395, 23:28 عصر
دوست عزیز میتونید خطا های مربوطه رو در این قسمت مثل عکس زیر بررسی کنید