Gradle DSL method not found: ‘apt()’

It’s entirely possible that there’s a way to get your plugins to work. Given your error, I’d start by following what the ButterKnife project uses, get that working, then see if there is a recipe for what you’re trying. First, in your top-level build.gradle file, include classpath ‘com.neenbedankt.gradle.plugins:android-apt:1.8’ in the buildscript dependencies, such as: buildscript … Read more

Android Butterknife – binding in fragment

This work for me: Gradle compile ‘com.jakewharton:butterknife:8.6.0’ annotationProcessor ‘com.jakewharton:butterknife-compiler:8.6.0’ Code . … @BindView(R.id.text_input) TextView text_input; @Nullable @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View view = inflater.inflate(R.layout.fragment_home, container, false); ButterKnife.bind(this, view); return view; } @Override public void onActivityCreated(@Nullable Bundle savedInstanceState) { super.onActivityCreated(savedInstanceState); text_input.setText(“Lorem Ipsum”); … .

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)