Adrian Maggio
Adrian Maggio
I had this same issue on OSX High Sierra. Using this file: [http://docs.godotengine.org/en/3.0/_downloads/SConstruct](url) instead of the one in your repo fixed the issue.
Hello. My search for an XMPP library which supports XEP-174 brought me here. I see that this is the second PR, and that this issue is quite old in your...
Ok, I realized that I needed to clone Flowdalic's git repo (https://github.com/Flowdalic/Smack.git) in order to get the "serverless" branch. However, there is a file name conflict, having to do with...
I had to clone the repo on a linux box, checkout the serverless branch, and then bring it back to Windows. Running gradle clean build fails and complains about ANDROID_HOME...
I installed Android Studio, including the API 8 SDK that the Smack build requested, but I still cannot build: ``` * Where: Build file 'C:\devel\working\Flowdalic\Smack\smack-android\build.gradle' line: 19 * What went...