我正面临一个问题.我必须为我的Android应用程序添加PDF阅读器支持(现在我正在使用Mupdf,但我需要更改它).
我找到了PDF项目(https://code.google.com/p/pdfium/),我认为这是我需要的.
我对Android的没有太多的经验,我已经不能够建立在Android系统中,我跟着从这里构建指令https://code.google.com/p/pdfium/wiki/Build没有效果很好.
您能否提供一些提示或建议来在Android中构建此工具?
先感谢您!!!
如何将 CTRL-A 和 CTRL-D 信号从 shell 脚本发送到屏幕?下一个代码对我不起作用。屏幕进程仍在前台运行,我希望它在后台执行。任何想法?
#!/bin/sh
#TweetBot notifications with Growl
cd ~/node-tweetbot/
screen -S "tweet" node app.js -X stuff "'^A' '^D'"
Run Code Online (Sandbox Code Playgroud)