我的App.java如下:
if var == 9 digits
then
write only the last 8 digits of the number and overwrite the .txt file
if var ==> 9 digits
then
write only the last 7 digits but add 0 in front and overwrite the .txt file
if var == 8 digits
then
do nothing and overwrite the .txt file with same name
我收到错误消息:类型不兼容:应用程序无法在最后一行(Parse.initialize(this);每当我尝试构建项目时,都将转换为Configuration
这可能是什么原因?