简体   繁体   English

从模拟器运行Android应用

[英]Running Android App From Emulator

I'm trying to do some troubleshooting for an app that was made by another programmer in Eclipse for the Android store. 我正在尝试对另一个程序员在Eclipse中为Android商店制作的应用程序进行故障排除。 The app has already been published: https://play.google.com/store/apps/details?id=com.giantastronaut.fieldsoflight&hl=en 该应用程序已经发布: https : //play.google.com/store/apps/details?id=com.giantastronaut.fieldsoflight&hl=zh-CN

I'm trying to run it on the computer it was created on, but when I run it on the either the emulator or an actual phone I get this message: 我试图在创建它的计算机上运行它,但是当我在模拟器或实际电话上运行它时,我收到以下消息:

"Application not licensed" Unable to validate license. “应用程序未获得许可”无法验证许可。 Check to see if a network connection is available. 检查网络连接是否可用。

Any ideas how I can get this to play? 有什么想法可以让我玩吗? (I am very new to Android app development, so I am well aware this could be a very simple error on my part.) (我对Android应用程序开发非常陌生,因此我很清楚这对我来说可能是一个非常简单的错误。)

If you see, its a paid app. 如果您看到,它是一个付费应用程序。 So, you need to buy the app to get the license for using the app. 因此,您需要购买该应用程序以获得使用该应用程序的许可证。

This is a paid application and is most likely using Google's Licencing Service to prevent users who have not bought the application from accessing the application. 这是一个付费应用程序,很可能使用Google的许可服务来阻止尚未购买该应用程序的用户访问该应用程序。 Google Licensing service can check the status at runtime to prevent usage, Take a look at it more here Google许可服务可以在运行时检查状态以防止使用,请在此处查看更多信息

Not so much a solution as it was a workaround... I found another version of the project that seems to start up without a problem. 与其说是解决方法,不如说是一种解决方案……我发现该项目的另一个版本似乎可以正常启动。 It looks like some files were moved around manually and may have caused the problems. 看起来有些文件是手动移动的,并且可能引起了问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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