.android.support \ appcompat-v7 \ 23.1.1 \ AndroidManifest.xml(系统找不到此文件)

时间:2016-03-16 14:23:57

标签: android

我收到错误,并且在我在以下行中进行更改后无法构建gradle,但我想在我的gradle中使用8.4.0

override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell {
        let cell: FeedTableViewCell = tableView.dequeueReusableCellWithIdentifier("clickCells", forIndexPath: indexPath) as! FeedTableViewCell

        cell.clickCaption.font = UIFont(name: "system", size: 18)
        cell.clickCaption.textColor = UIColor.darkGrayColor()

0 个答案:

没有答案