[Android zone] 有些Uengine错误可去Anbox项目Issues中查看解决方法
Tofloor
poster avatar
daniel_shao
deepin
2021-07-13 05:59
Author

由启动命令“/usr/bin/uengine --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity”得知uengine是在Anbox开源项目上二次开发得到的,启动的应用是org.anbox.appmgr,启动入口是AppViewActivity。

很多子命令可以直接用:

$ uengine help
NAME:
    uengine - uengine

USAGE:
    uengine [command options] [arguments...]

COMMANDS:
    wait-ready                     Wait until the Android system has successfully booted                                               
    system-info                    Print various information about the system we're running on                                         
    check-features                 Check that the host system supports all necessary features                                          
    version                        print the version of the daemon                                                                     
    launch                         Launch an Activity by sending an intent                                                             
    install                        Install specified application in the Android container                                              
    session-manager                Run the the uengine session manager                                                                 
    help                           prints a short help message                                                                         
    uninstall                      Uninstall specified package in the Android container

像system-info check-features等和Anbox如出一辙。

因此,启动时的各种错误解决不了可以去Anbox Issues里看看有没有解决方法。

Reply Favorite View the author
All Replies
早起的虫儿有鸟吃
deepin
2021-07-17 22:46
#1

请问何如让APP默认横屏启动?需要哪个参数?

Reply View the author
静夜思
Super Moderator
2021-07-30 03:05
#2
早起的虫儿有鸟吃

请问何如让APP默认横屏启动?需要哪个参数?

打开APP可以设置横屏

Reply View the author