[Solved] Error in Android Studio after impoit the library from github [closed]

I has the same problem with source code of evernote android-job in version 1.2.4, when I try to open source code inside Android Studio 3.0.1. After some test and tries solve the problem by comment this line: //apply from: ‘../build-config/gradle-push.gradle’ of file android-job-1.2.4\library\build.gradle that’s last line. solved Error in Android Studio after impoit the library … Read more

[Solved] How to delete recent repositories

You can delete your repositories by following this Settings “Scroll Down” Danger Zone Click Delete this repository type{username}/{file} example – echo/data Click I understand the consequences, delete this repository 3 solved How to delete recent repositories

[Solved] How can I install a github plugin into my xamarin forms solution? (VS Mac 2017)

Example using Connectivity Plugin by James Montemagno Github Plugin : ConnectivityPlugin Open your Project and right click on Packages and select add package If you are using .NET 2 you can do it this way Search for Xam.Plugin.Connectivity I found the name here (plugins normally have a link on their github branch) Nuget : Xam.Plugin.Connectivity … Read more