Question

I'm trying to do some troubleshooting for an app that was made by another programmer in Eclipse for the Android store. The app has already been published: https://play.google.com/store/apps/details?id=com.giantastronaut.fieldsoflight&hl=en

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.)

Was it helpful?

Solution 3

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.

OTHER TIPS

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 Licensing service can check the status at runtime to prevent usage, Take a look at it more here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top