zoukankan      html  css  js  c++  java
  • android 编译问题解决

    1、android4.2.2

     '/root/origin_android/mokesoures/out/target/common/obj/APPS/ApplicationsProvider_intermediates/classes.dex' as 'classes.dex'...
    /root/origin_android/mokesoures/out/target/common/obj/PACKAGING/public_api.txt:22303: error 4: Added public method android.text.format.DateUtils.getAMPMCNString
    /root/origin_android/mokesoures/out/target/common/obj/PACKAGING/public_api.txt:23367: error 3: Added class Lunar to package android.util
    /root/origin_android/mokesoures/out/target/common/obj/PACKAGING/public_api.txt:23374: error 3: Added class LunarFestival to package android.util
    /root/origin_android/mokesoures/out/target/common/obj/PACKAGING/public_api.txt:23450: error 3: Added class SolarHoliDay to package android.util
    /root/origin_android/mokesoures/out/target/common/obj/PACKAGING/public_api.txt:23455: error 3: Added class SolarTerm to package android.util
    
    ******************************
    You have tried to change the API from what has been previously approved.
    
    To make these errors go away, you have two choices:
       1) You can add "@hide" javadoc comments to the methods, etc. listed in the
          errors above.
    
       2) You can update current.txt by executing the following command:
             make update-api
          ^^^^^^^^^^^^^^^^^^
          NO. NO. STOP BEING LAZY. SERIOUSLY.
          DO NOT DO THIS in CM. THIS IS A LIE. IF YOU DO THIS I WILL HATE YOU.
          USE OPTION #1.
                        -Koush
    
    
          To submit the revised current.txt to the main Android repository,
          you will need approval.
    ******************************

    解决:  执行make update-api,结束后再执行make -jn

  • 相关阅读:
    理解HTTP的POST和PUT的区别
    眼见为实 — CSS的overflow属性
    Iconfont的代码使用
    JSP中contentType、pageEncoding和meta charset的区别
    在 webpack 中使用 ECharts
    MVC 中的 ViewModel
    一个简单例子理解C#的协变和逆变
    C#中使用委托、接口、匿名方法、泛型委托实现加减乘除算法
    c#打包文件解压缩
    8种主要排序算法的C#实现 (二)
  • 原文地址:https://www.cnblogs.com/pengdonglin137/p/3854051.html
Copyright © 2011-2022 走看看