" AAPT2错误:检查日志以获取详细信息"和其他问题

时间:2018-04-01 11:46:00

标签: concatenation

我收到了很多错误。主要说"无法解析符号R"。我已经做了很多次彻底清理和重建。这种情况在我更新时开始发生(我在这一点上感到遗憾)然后我遇到了这个问题:

    * This method displays the given quantity value on the screen.
    */
   private void displayQuantity(int numberOfCoffees) {
       TextView quantityTextView = (TextView) findViewById(R.id.quantity_text_view);
       quantityTextView.setText("" + numberOfCoffees);
   }

At"" + numberOfCoffess它说"不连接用setText显示的文本。使用资源字符串占位符

0 个答案:

没有答案