开发者

How to read a PDF file from my PC through PDF application in my android emulator

开发者 https://www.devze.com 2023-03-01 03:04 出处:网络
I have a PDF reader application in my Android Emulator. I want to read a PDF file stored in my PC hard disk through the Emulator. how can i load my PDF files into Emulator?

I have a PDF reader application in my Android Emulator. I want to read a PDF file stored in my PC hard disk through the Emulator. how can i load my PDF files into Emulator?

plz help me开发者_如何学C.....


open eclipse>ddms save your pdf file in your emulator's sdcard then run application which reads PDF files such as adobe reader or u can create ur own application

u can download PDFbox API to read PDF in android try this link: "http://pdfbox.apache.org/download.html#pdfbox"


If you are using Eclipse you can move files to and from the SD Card through the Android Perspective (it is called DDMS in Eclipse). Just select the Emulator in the left part of the screen and then choose the File Explorer tab. Above the list with your files should be two symbols, one with an arrow pointing at a phone, clicking this will allow you to choose a file to move to phone memory.

or

see this tutorial

0

精彩评论

暂无评论...
验证码 换一张
取 消