This template requires a build API version of at least 14, and the current version is 8

I have been working with the Android Developer Tool for a long time without problems. I recently updated ADT, and now I can’t create a simple activity ( New-> Other-> Android Activity ) .. It provides only the option to create an Action bar Activity.

So how to create a simple activity with a layout enter image description here

My version of ADT 22.6

+4
source share
4 answers


, , (, ), API 14, 9. 9 < 14 .


  • API ( 14 ). api.
  • , , .


, api 14 ( - ), . UI , , . .

, , , , API 14+ API 14. , . https://developer.android.com/tools/support-library/setup.html .

EDIT: : "create Activity", . enter image description here

+1

: min SDK, SDK Compile With. SDK 10, SDK 10, " " API 14.

+1

, Eclipse , , AndroidManifest.xml.

, - eclipse , . Eclipse , Lint Other.

, , .

+1

API 14, API , . , , ADT .

, ADT, , .

.

0

Source: https://habr.com/ru/post/1536489/


All Articles