Skip to content

formatWatcher.installOn(textView) - error: cannot find symbol. #49

Open
mmvhome opened this issue Apr 1, 2020 · 1 comment
Open

formatWatcher.installOn(textView) - error: cannot find symbol. #49

mmvhome opened this issue Apr 1, 2020 · 1 comment

Comments

@mmvhome
Copy link

mmvhome commented Apr 1, 2020

Создал пустой проект в Android Studio 3.6.2, поместил textEdit и код из Вашего примера, импортировал все необходимые import. Получилось следующее:

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_main);

    FormatWatcher formatWatcher = new MaskFormatWatcher(MaskImpl.createTerminated(PredefinedSlots.RUS_PASSPORT));
    formatWatcher.installOn(textView);
}

При компиляции проекта выдаёт ошибку: error: cannot find symbol formatWatcher.installOn(textView); symbol: variable textView. Подскажите, что я делаю не так?

@Jacks0N23
Copy link

нужно подключить kotlin-extention plugin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants