Nightonke/CoCoin

model包找不到CoCoin类

yydcdut opened this issue · 1 comments

com/nightonke/saver/adapter/TagViewRecyclerViewAdapter.java
com/nightonke/saver/activity/SplashActivity.java
com/nightonke/saver/fragment/TagChooseFragment.java
Error:(23, 33) 错误: 找不到符号
符号: 类 CoCoin
位置: 程序包 com.nightonke.saver.model

There is only one line in CoCoin.java which is the application-id of Bmob(the database).
So I mark CoCoin.java in .gitignore.

package com.nightonke.saver.model;

/**
 * Created by Weiping on 2016/1/21.
 */

public class CoCoin {

    public static String APPLICATION_ID = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";

}

You can get your application-id of bmob on your own. Just google it.