错误:类型不兼容:应用无法转换为配置

时间:2018-07-16 10:11:39

标签: android

我的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

这可能是什么原因?

0 个答案:

没有答案