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

后端 未结 4 790
感情败类
感情败类 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

    In IntelliJ IDEA, you need to change in Platform Settings->SDKs->Android something->Build target TO 4.1+.

    If you don't see the option, you need an SDK version 4.1 or higher (API level 16+).

提交回复
热议问题