You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: