开发者

Facebook android sdk can not import into workspace in eclipse

开发者 https://www.devze.com 2023-03-28 05:39 出处:网络
i downloaded the facebook android application example from github and imported it using the git plugin in eclipse.The issue arose when i wanted to import the android sdk to use it as a library...and g

i downloaded the facebook android application example from github and imported it using the git plugin in eclipse.The issue arose when i wanted to import the android sdk to use it as a library...and got the "no proje开发者_运维百科cts to import" error, please how do i solve this?..thanks.


Try by creating a new project from source. File -> New Project -> New Android Project -> Create project from existing source

and then use the directory where you downloaded the facebook sdk.


it is because u select the root of facebook sdk folder, go futher one level on facebook sdk directory and select facebook folder then you will not get androidmanifest.xml error. I'm h

0

精彩评论

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