Cant import android files in gluon mobile

浪尽此生 提交于 2019-12-12 10:24:59

问题


my problem is that

import android.content.res.AssetFileDescriptor;
import android.media.AudioManager;
import javafx.scene.media.MediaPlayer;
import javafxports.android.FXActivity;

return The import android cannot be resolved. although the class containing those imports is inside the android folder in the gluon single view project and the sdk is referenced.

来源:https://stackoverflow.com/questions/47495400/cant-import-android-files-in-gluon-mobile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!