mazenrashed / Printooth

A well documented, high-level Android interface that makes printing via bluetooth printers easier
Mozilla Public License 2.0
400 stars 114 forks source link

Printing import error #30

Closed cgdsky closed 4 years ago

cgdsky commented 5 years ago

project cannot import Printing if I write this import com.mazenrashed.printooth.utilities.Printing; Main activity red line Printing

mazenrashed commented 4 years ago

Please sure that you are importing the lib correctly by adding the jetpack repo to the project-level build.gradle and add the dependency in app-level build.gradle.