Rakesh Girase

Results 6 comments of Rakesh Girase

Now the project is build successfully locally but still cloud build fails with the same error. Not sure why is the difference. Tried just `tns build android` on cloud but...

This run is on cloud so I think every run is a fresh run.

I realised that we need to clean the cached folder for every run to get away from this error which needs to be fixed.

Please refer to cloud build https://circleci.com/gh/rakeshgirase/CloudBuild/123 which I ran by clearing the cache (this i do by changing the cache version in config.yml file) so the build has generated apk...

You can try https://github.com/rakeshgirase/app-release-manager. This is a java project but on similar lines you can do a python one.

If you change the track to internal instead of alpha then i think you should be able to release on internal test track. I am not sure why internal track...