Run Sony's CameraRemoteSampleApp in ecplise

跟風遠走 提交于 2019-12-13 06:58:28

问题


I am trying to bring up the sample code of sony's remote camera API with eclipse following this tutorial (https://developer.sony.com/2013/11/29/how-to-develop-an-app-using-the-camera-remote-api-2/) but won't work. Could you provide a step-by-step tutorial please?

try #1: 1.: File->New->create a new Android App Project 2.: Import->"File System"->from directory "..\CameraRemoteAPIbeta_SDK_1.50\CameraRemoteSampleApp\Android" into the new Android App Project (Option: overwrite existing resource without warning=yes)

try #2: 1.: Create empty project 2.: Copy folders "res" and "src" and file manifest into this empty project

Both tries ended up with a long list of errors, e.g.: "R cannot be resolved to a variable"

thanks in advance!


回答1:


Solved! ..by reinstalling v4 and v7 support libraries!



来源:https://stackoverflow.com/questions/23346788/run-sonys-cameraremotesampleapp-in-ecplise

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!