在Android Studio中构建APK时编译失败

时间:2019-04-27 16:54:22

标签: android build compilation

当我构建apk时,显示此错误,但我无法解决。

  

错误:预计为“ {”

     

错误:预计为“ {”

     

错误:解析时到达文件末尾

这就是一直出现的情况

//Set to true if you would like to support popup windows, e.g. for Facebook login
    public static boolean MULTI_WINDOWS = true;
    //If you would like to show the splash screen for an additional amount of time after page load, define it here (MS)
    public static int SPLASH_SCREEN_DELAY = 0;
    //Permissions required to use the app (should also be in manifest.xml)
    public static String[] PERMISSIONS_REQUIRED = new String[]{}; //Manifest.permission.PERMISSION_NAME
    //Always use the app name as actionbar title (only applies for if USE_DRAWER is false and number of tabs == 1)
    public static boolean STATIC_TOOLBAR_TITLE = false;
    //Load a web page when no internet connection was found (must be in assets). Leave empty to show dialog.
    public static String NO_CONNECTION_PAGE = "";
    //The image/icon used for in the drawer header
    public interface DRAWER_ICON = R.mipmap.ic_launcher;

    //Show interstitials when browsing web pages (or only during drawer/tab navigation)
    public static final boolean INTERSTITIAL_PAGE_LOAD = true;
    //The frequency in which interstitial ads are shown
    public static final interface INTERSTITIAL_INTERVAL = 0;
}

0 个答案:

没有答案