我一直在尝试按照此页面https://code.google.com/p/gwt-syncproxy/将我的 Android 应用程序连接到 AppEnging 。
根据该页面,我应该:
CookieManager userSession = LoginUtils.loginAppEngine("https://example.appspot.com",
"http://example.appspot.com/helloApp/greet",
"emailaddress@gmail.com", "password");
当我调用 LoginUtils.loginAppEngine 时,它建议我使用不同的方法 loginAppEngine(Activiyy parent,CookieManagerAvailableListener listener,Account account)。
我在项目来源中找不到。
任何可能的解决方案?