I am creating an apk in Sketchware. I am trying to create a .db file editor, but this apk requires me to create a file manager within it so that I can browse the .db file. I was guided by this tutorial: https:/ /youtu .be/OkiBwSrT5WY But when compiling in my project it gives me an error

enter image description here

  1. Error in /storage/emulated/0/.sketchware/mysc/602/app/src/main/java/com/DbEditor/VictorChannel/PageEditActivity.java (at line 83) ","design")); Syntax error in token "","", @expected

  2. Error in /storage/emulated/0/.sketchware/mysc/602/app/src/main/java/com/DbEditor/VictorChannel/PageEditActivity.java (at line 83) ","design")); String literal is not properly closed with a double quote

I tried to look in the code what the problem was, I tried to remove the quotes, it didn't work, then I removed the parentheses in the code, that didn't work either. It doesn't work for me when trying to compile the apk directly from Sketchware it puts back quotes and parentheses it seems that it doesn't change anything.

enter image description here

I don't know what to do please Can someone please help me?

2

There are 2 best solutions below

1
On

((View)_toolbar.getParent()).setBackgroundColor(Color.parseColor(_c));

getSupportActionBar().setBackgroundDrawable(new android.graphics.drawable.ColorDrawable(Color.parseColor(_c)));

1
On

ERROR in

/storage/emulated/0/.sketchware/mysc/608/app/src/main/java/com/gaming/time/araf/MainActivity.java (at line 282)
    try {android.content.pm.PackageInfo pinfo = getPackageManager().getPackageInfo(Package_Name, android.content.pm.PackageManager.GET_ACTIVITIES); Versions = pinfo.versionName; }catch (Exception e){ showMessage(e.toString()); }
                                                                                                                                                                                                        ^^^^^^^^^^^