Call Requires API level 11 (current min is 8) Android.App.Activity#onCreateView

Call Requires API level 11 (current min is 8) Android.App.Activity#onCreateView

Solve call requires api level android programming project error.

Call Requires API level 11 (current min is 8) Android.App.Activity#onCreateView

The error ” Call Requires API level 11 (current min is 8) Android.App.Activity#onCreateView  ” comes most of android projects at the starting time. Android IDE shows this error because developers are using ” android.support.v7.app.ActionBarActivity ” jar file into android project and this activity file requires minimum api andorid level is api 11. Because ActionBarActivity file have some of features that cannot works properly on minimum android version mobile phone so this application is no use for older mobile phones. Setting up minimum api level restrictions on application’s AndroidManifest.xml file will display a error message before installing this app in older api version mobile phones that ” This application dose not support older android versions from api level 11.” So here is the complete step by step tutorial for Call Requires API level 11 (current min is 8) Android.App.Activity#onCreateView .

Solution of Call Requires API level 11 (current min is 8) Android.App.Activity#onCreateView error in eclipse.

1. Navigate your projects AndroidManifest.xml file.

AndroidManifest-xml file

2. Open AndroidManifest.xml file.

open file in eclipse

3. Find  android:minSdkVersion=”8″ & replace 8 with 11.Like i do in below code.

 android:minSdkVersion=”11″

4. Save the file and your error will be solved automatically after these changes.

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值