资源简介

Android支付宝沙箱环境使用教程:http://blog.csdn.net/z740852294/article/details/77679256

资源截图

代码片段和文件信息

/**
 * Automatically generated file. DO NOT MODIFY
 */
package com.lele.alipaydemo;

public final class BuildConfig {
  public static final boolean DEBUG = Boolean.parseBoolean(“true“);
  public static final String APPLICATION_ID = “com.lele.alipaydemo“;
  public static final String BUILD_TYPE = “debug“;
  public static final String FLAVOR = ““;
  public static final int VERSION_CODE = 1;
  public static final String VERSION_NAME = “1.0“;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-08-29 15:46  AliPayDemo\
     文件         127  2017-08-29 14:31  AliPayDemo\.gitignore
     文件         864  2017-08-29 14:32  AliPayDemo\AliPayDemo.iml
     目录           0  2017-08-29 15:45  AliPayDemo\app\
     文件           8  2017-08-29 14:31  AliPayDemo\app\.gitignore
     文件       10191  2017-08-29 15:01  AliPayDemo\app\app.iml
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\assets\
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\assets\shaders\
     目录           0  2017-08-29 15:46  AliPayDemo\app\build\generated\assets\shaders\debug\
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\res\
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\res\pngs\
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\res\pngs\debug\
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\res\pngs\debug\drawable-anydpi-v21\
     文件        3816  2017-08-29 15:43  AliPayDemo\app\build\generated\res\pngs\debug\drawable-anydpi-v21\ic_launcher_background.xml
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\res\pngs\debug\drawable-hdpi\
     文件         218  2017-08-29 15:43  AliPayDemo\app\build\generated\res\pngs\debug\drawable-hdpi\ic_launcher_background.png
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\res\pngs\debug\drawable-ldpi\
     文件         164  2017-08-29 15:43  AliPayDemo\app\build\generated\res\pngs\debug\drawable-ldpi\ic_launcher_background.png
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\res\pngs\debug\drawable-mdpi\
     文件         177  2017-08-29 15:43  AliPayDemo\app\build\generated\res\pngs\debug\drawable-mdpi\ic_launcher_background.png
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\res\pngs\debug\drawable-xhdpi\
     文件         239  2017-08-29 15:43  AliPayDemo\app\build\generated\res\pngs\debug\drawable-xhdpi\ic_launcher_background.png
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\res\pngs\debug\drawable-xxhdpi\
     文件         313  2017-08-29 15:43  AliPayDemo\app\build\generated\res\pngs\debug\drawable-xxhdpi\ic_launcher_background.png
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\res\pngs\debug\drawable-xxxhdpi\
     文件         385  2017-08-29 15:43  AliPayDemo\app\build\generated\res\pngs\debug\drawable-xxxhdpi\ic_launcher_background.png
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\res\resValues\
     目录           0  2017-08-29 15:46  AliPayDemo\app\build\generated\res\resValues\debug\
     目录           0  2017-08-29 15:45  AliPayDemo\app\build\generated\res\rs\
............此处省略1304个文件信息

评论

共有 条评论