摘要:
https://www.cnblogs.com/richard-youth/p/10002797.html 阅读全文
摘要:
1,配置: /Users/z/code/zeropay/app/src/main/res/values/styles.xml : 红色标签意义是Activity中的布局不进入状态栏 <style name="AppTheme" parent="Theme.AppCompat.Light.NoActi 阅读全文
摘要:
https://www.jianshu.com/p/d1c621631f7e 阅读全文
摘要:
void start(){ //在小米5的手机上直接向getExternalStorageDirectory写文件会出现文件管理器找不文件的情况, 这时候就要提前生成这个文件夹,防止存储wav文件失败。 mkdir(); String path = Environment.getExternalSt 阅读全文
摘要:
// 测试文件路径 // 联想测试 filePath = "/data/data/et.tsingtaopad.uploadapk/files/headImg/picname.png"// 小米测试 filePath = "/data/user/0/et.tsingtaopad.uploadapk/ 阅读全文
摘要:
https://blog.csdn.net/imhxl/article/details/50854146?locationNum=1&fps=1 阅读全文
摘要:
https://github.com/zphhhhh/react-native-speech-iflytek/issues/36 描述:[IFlySpeechUtility createUtility:initString]的时候报错: Assertion failed: (severity >= 阅读全文
摘要:
AVAuthorizationStatus microPhoneStatus = [AVCaptureDevice authorizationStatusForMediaType:AVMediaTypeAudio]; switch (microPhoneStatus) { case AVAuthor 阅读全文
摘要:
zdeMacBook-Pro:sometest z$ react-native run-ios -h react-native run-ios builds your app and starts it on iOS simulator Options: --simulator [string] E 阅读全文
摘要:
参考方式 https://github.com/react-native-community/react-native-permissions/blob/master/ios/Camera.podspec https://github.com/react-native-community/react 阅读全文