简体   繁体   中英

Android with google app engine (java)

I'm trying to connect my android application to the Google App Engine. I followed this google tutorial for a standard example.

My problem is that when I follow the tutorial correctly and I try to execute it, my server doesn't give me back a hello message . In debug mode I discovered that my Async thread that contacts the server just doesn't execute. Any thoughts?

I get a Threadpoolexecutor.runworker popup with source not found.

我不确定这是否有帮助,但是我注意到只有在同时运行多个相同线程的情况下,我才会遇到相同的问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM