下载demo后,Properties的input和output
下载demo后 不知道如何设置 INPUT和OUTPUT为什么文件夹
求指点
Properties props = new Properties() props.load(new FileInputStream('../emclient-android/signing.properties')) signingConfigs { //gradle assembleRelease release { storeFile file('../../emclient-android/hyphenate.keystore') keyAlias props['KEY_ALIAS'] keyPassword props['KEY_PASSWORD'] storePassword props['KEYSTORE_PASSWORD'] } }
Error:(25, 0) ..\emclient-android\signing.properties (系统找不到指定的路径。)
Open File
求指点
Properties props = new Properties() props.load(new FileInputStream('../emclient-android/signing.properties')) signingConfigs { //gradle assembleRelease release { storeFile file('../../emclient-android/hyphenate.keystore') keyAlias props['KEY_ALIAS'] keyPassword props['KEY_PASSWORD'] storePassword props['KEYSTORE_PASSWORD'] } }
Error:(25, 0) ..\emclient-android\signing.properties (系统找不到指定的路径。)
Open File
没有找到相关结果
已邀请:
1 个回复
geri_yang