zoukankan      html  css  js  c++  java
  • Invalid value 'armeabi' in $(AndroidSupportedAbis). This ABI is no longer supported.

    Invalid value 'armeabi' in $(AndroidSupportedAbis). This ABI is no longer supported. Please update your project properties to remove the old value. If the properties page does not show an 'armeabi' checkbox, un-check and re-check one of the other ABIs and save the changes.    DemoApp.Android            
    <AndroidSupportedAbis>armeabi,armeabi-v7a,x86</AndroidSupportedAbis>

    在项目的配置文件*.csproj中找到“AndroidSupportedAbis”部分,然后删除不支持的值,我的是描述里标记的部分,改为重新启动就好了;还有要把下面“AndroidNativeLibrary”对应的armeabi删除。

  • 相关阅读:
    测试理论
    字符串
    类的无参方法
    类和对象
    数组
    循环结构
    选择结构
    java——面对对象
    android通知的基本用法
    Git的基本使用
  • 原文地址:https://www.cnblogs.com/hofmann/p/12619529.html
Copyright © 2011-2022 走看看