No resource identifier found for attribute 'parentActivityName' in package 'android'

后端 未结 4 792
感情败类
感情败类 2020-12-30 19:19

I\'m trying to complete this tutorial from the Android Page http://developer.android.com/training/basics/firstapp/starting-activity.html But I Eclipse throws this error: \"

4条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-30 20:08

    android:parentActivityName appears first in Android 4.1 (API level 16). You need to have the latest 4.1 SDK to compile this.

提交回复
热议问题