Windows 7, Linux, Mac, JavaScript, jQuery, ExtJs, Angular, .NET, Java, Android, iOS, php, mysql, lucene and more...
Wednesday, January 23, 2019
ASP.net publish to file system using old versions of release DLLs.
I still don't know the reason for this issue. I have a wild guess that my GIT configurations has something to do with this one.
Whats happened was when I'm publishing the project it was using old versions of DLLs.
Solution
All I had to do is build a release version before the next publish.
Could not start Gradle Daemon android build error in Cordova
This was the most confusing error I got when I was building and release the app for Android Store.
My android build configurations are listed bellow.
1. Tool Set - Cordova 6.3.1 using visual studio 2017
2. Target API level - 28
3. cordova-android @7.0.0
So the error message clearly gives the idea that Gradle deamon cannot start to complete the android build.
** First make sure you have installed and updated all the components for android SDK.
1. Lets check if you have installed Gradle, and it up and running. Open command prompt and enter the command 'gradle'. If you getting the un-recognised command error move to the step 2.
2. Delete all existing installations of gradle.
3. Download gradle latest version from https://gradle.org/releases/
4. Copy the content to a folder in your C:\ drive.
5. Add gradle location to system variable 'path'.
Subscribe to:
Posts (Atom)
-
I'm using following code part to access a ReST API. I'm communicating with this API using a X509 client certificate. In d...
-
Recently I purchased nord-vpn for testing. But I could not use their service due to a technical reason. So I wanted to cancel and get my mo...
-
I noticed that all events of root/home page isn't working after I have navigated back in my ionic 4 app. So if you using a back butto...