-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Issues with Android Studio #17
Comments
Using Android Studio 3.2.1 When importing the project i'm getting "No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android" When that is fixed it gives you a "Could not find com.android.tools.lint:lint-gradle:26.1.2." issue. After fixing these i run into Render Problems: app:passwordToggleDrawable="@string/path_password_strike_through Furthermore, the main issue that won't allow the project to be build is "failed to instantiate one or more classes" The following classes could not be instantiated: Any solutions to get around these issues? When importing I've not updated anything that Android Studio has asked me to, except for updated the gradle wrapper to 4.4 and the gradle build to 3.1.3 to get it synced. If you need any other details i can provide them as i would love to use this design in my Uni project |
Hey, I have found solution to this Issue, I have also undergone through the same. Problem is relatively different gradle, and Butterknife Library. I have just downloaded the Gradle as it was mentioned and changed few code related to Butterknife Library. Here are the fixes:
to
|
No description provided.
The text was updated successfully, but these errors were encountered: