Posts by Felipi Santana • 11 points
3 posts
-
1
votes3
answers290
viewsA: I cannot use class R. in Kotlin
This happened to me too, I did Build->Clean Project and it worked.
-
0
votes1
answer54
viewsA: Null Context when Generating PDF
After some researches I managed to find the problem. replaces the line public TemplatePDF(Context applicationContext) { this.context=context; } by the line public TemplatePDF(Context context) {…
-
0
votes1
answer54
viewsQ: Null Context when Generating PDF
I’m starting my studies on Android programming and I’m having a hard time understanding how to fix the error presented when debugging the app to generate PDF. E/Androidruntime: FATAL EXCEPTION: main…