开发者

Where to place twitter4j.properties in android project?

I'm developing Twitter application with xAuth support using tw开发者_如何学Citter4j jar file.

I want to place my consumer key/secret in twitter4j.properties file.

Where should I put this file in directory structure?


On Eclipse project, put in "src" directory just below.

On Android Studio (gradle-style) project, put in /app/src/main/resources/ .


twitter4j.properties should be located under either the default directory, the root of your classpath, or the WEB-INF/ directory

heres the doc. http://www.devcomments.com/Twitter4J-now-supports-xAuth-at106339.htm

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜