2

OpenWRT for TL-WA801ND V2

I bought a TL-WA801ND router with version 2.1, unfortunately DD-WRT doesn't support it and OpenWRT only support version 1. After a few hours googling and retrying, I finally had the OpenWRT installed onto the router. Thanks to TasksOfOhm who provided...
0

Build failure using gradlew: "Could not resolve all dependencies for configuration ':app:_debugCompile'

I was trying to build my project with Gradle in Android Studio, then I had the above error. To resolve this I had to use the Android SDK Manager to install "Android Support Repository". After that the...