文件系统存储问题
FileSystemStorage issue
这个问题在两周前开始出现在一些 android 设备中
Display.getInstance().openGallery(new ActionListener<ActionEvent>() {
@Override
public void actionPerformed(ActionEvent evt) {
if(evt!=null&&evt.getSource()!=null){
String imageFilePath = (String) evt.getSource();
Image.createImage(FileSystemStorage.getInstance().openInputStream(imageFilePath));
}
}, Display.GALLERY_IMAGE);
FileSystemStorage.getInstance().openInputStream(imageFilePath)
java.lang.Whosebugerror: stack size …
应用程序卡住,然后出现错误
添加构建提示
codename1.arg.android.xapplication_attr=android:requestLegacyExternalStorage="true"
这个问题在两周前开始出现在一些 android 设备中
Display.getInstance().openGallery(new ActionListener<ActionEvent>() {
@Override
public void actionPerformed(ActionEvent evt) {
if(evt!=null&&evt.getSource()!=null){
String imageFilePath = (String) evt.getSource();
Image.createImage(FileSystemStorage.getInstance().openInputStream(imageFilePath));
}
}, Display.GALLERY_IMAGE);
FileSystemStorage.getInstance().openInputStream(imageFilePath)
java.lang.Whosebugerror: stack size …
应用程序卡住,然后出现错误
添加构建提示
codename1.arg.android.xapplication_attr=android:requestLegacyExternalStorage="true"