zhjjtmcn 2017-03-22 15:26 采纳率: 0%
浏览 5378

新手求助,android helloworld问题

本人新手。在win10上装的androidstudio2.3,模拟器使用的是studio自带的。写了第一个android程序hello world。运行时,模拟器可以打开,也可以显示hello world。但是会报错。

E/libEGL(1296): load_driver(/system/lib/egl/libGLES_emulation.so): dlopen failed: library "/system/lib/egl/libGLES_emulation.so" not found
E/perfprofd(1317): unable to open configuration file /data/data/com.google.android.gms/files/perfprofd.conf
E/EmulatedCamera_HotplugThread(1305): createFileIfNotExists: Could not create file '/data/misc/media/emulator.camera.hotplug.0', error: 'Permission denied' (13)
E/EmulatedCamera_HotplugThread(1305): createFileIfNotExists: Could not create file '/data/misc/media/emulator.camera.hotplug.1', error: 'Permission denied' (13)
E/cutils-trace(1305): Error opening trace file: Permission denied (13)
E/CameraService(1305): setUpVendorTags: Vendor tag operations not fully defined. Ignoring definitions.
E/cutils-trace(1304): Error opening trace file: Permission denied (13)
E/audio_hw_generic(1304): Error opening input stream format 1, channel_mask 0010, sample_rate 16000
E/AudioFlinger(1304): int android::load_audio_interface(const char , audio_hw_device_t *) couldn't load audio hw module audio.r_submix (No such file or directory)
E/AudioFlinger(1304): loadHwModule() error -2 loading module r_submix
E/RadioService(1304): couldn't load radio module radio.primary (No such file or directory)
E/SoundTriggerHwService(1304): couldn't load sound trigger module sound_trigger.primary (No such file or directory)
E/SurfaceFlinger(1296): hwcomposer module not found
E/cutils-trace(1296): Error opening trace file: Permission denied (13)
E/SurfaceFlinger(1296): ro.sf.lcd_density must be defined as a build property
E/libEGL(1370): load_driver(/system/lib/egl/libGLES_emulation.so): dlopen failed: library "/system/lib/egl/libGLES_emulation.so" not found
E/cutils-trace(1370): Error opening trace file: Permission denied (13)
E/memtrack(1303): Couldn't load memtrack module (No such file or directory)
E/android.os.Debug(1303): failed to load memtrack module: -2
E/Typeface(1303): Error mapping font file /system/fonts/DroidSansFallback.ttf
E/libEGL(1303): load_driver(/system/lib/egl/libGLES_emulation.so): dlopen failed: library "/system/lib/egl/libGLES_emulation.so" not found
E/Hyphenator(1303): error loading hyphenation /system/usr/hyphen-data/hyph-as.hyb
E/Hyphenator(1303): java.io.FileNotFoundException: /system/usr/hyphen-data/hyph-as.hyb: open failed: ENOENT (No such file or directory)

  • 写回答

1条回答 默认 最新

  • threenewbee 2017-03-22 15:35
    关注
    评论

报告相同问题?

悬赏问题

  • ¥50 易语言把MYSQL数据库中的数据添加至组合框
  • ¥20 求数据集和代码#有偿答复
  • ¥15 关于下拉菜单选项关联的问题
  • ¥20 java-OJ-健康体检
  • ¥15 rs485的上拉下拉,不会对a-b<-200mv有影响吗,就是接受时,对判断逻辑0有影响吗
  • ¥15 使用phpstudy在云服务器上搭建个人网站
  • ¥15 应该如何判断含间隙的曲柄摇杆机构,轴与轴承是否发生了碰撞?
  • ¥15 vue3+express部署到nginx
  • ¥20 搭建pt1000三线制高精度测温电路
  • ¥15 使用Jdk8自带的算法,和Jdk11自带的加密结果会一样吗,不一样的话有什么解决方案,Jdk不能升级的情况