- Cause
Just completed a version of the development. Just on Google Play there is a user response that cannot update the app.
The error code is: Can ' t install App "* * *" can ' be installed. Try again, and if the problem Continues,get help toubleshooting. (Error code:-505)
- Solution Ideas
- Getting such a bug certainly feels baffling. Because the development phase has been no problem. But it has to be solved.
- First go to Baidu or google this keyword "Google Play Error code:-505"
- Get similar Http://wikitechsolutions.com/12401/unknown-error-code-505-in-google-play-solution
- This one says it is a question of permission. It is advisable to remove the extra permission. (But the problem is not resolved)
- http://stackoverflow.com/questions/34618123/android-play-store-error-505
- This is said to be related to provider's Android:authorities property.
- Can only try, with as search "<provider" found really, but that Androidmanifest.xml is in play-services-measurement.
- Discover this ${applicationid}, how can you declare this in AAR?
- Because there is this ${applicationid}, so had to start the project in Build.gradle configuration
- and then in packaging. Try again. Then there was no problem.
- Conclusion
- This problem arises. In fact, I was not using as as the IDE in the final analysis. (I also use eclipse)
- Google's side to promote as, actually in the Google Play service kind of such a bug.
${applicationid} is not a suitable way to use eclipse development.
So you can only copy the Androidmanifest.xml that contains this code into your startup project, and then change the package name to your project.
(I'm going to have this problem, too.) Because that GCM push function is not my integrated input purpose, ha ha, can rely on it. )
- Finally, say something. According to the intelligence of now as. It's possible that you may have problems with anything that you configure later.
So if you want to step up Android, some things don't get too smart. hahaha.
For the default ApplicationID in Build.gradle in Android Studio, do you want to write it?