theapache64
theapache64
### Prerequisites Before opening this issue, I tried the following steps: * [x] Installed the tool in a way [described in the readme](https://github.com/ClaudiuGeorgiu/PlaystoreDownloader#-installation) and configured the [account/credentials](https://github.com/ClaudiuGeorgiu/PlaystoreDownloader#-configuration) * [x] Made...
I am getting an error at compile time 'cannot find symbol method formKey()'. I've successfully added the acra jar and added to app.gradle. There's no error except this.
When i create the CircularImageView programatically, The Shadow and the border is missing, Here is my code, What am missing ? CircularImageView civProfilePic = new CircularImageView(this); civProfilePic.setBorderColor(getResources().getColor(R.color.mycolor)); civProfilePic.setBorderWidth(3); civProfilePic.setImageResource(R.drawable.user); civProfilePic.addShadow();
When i try to use `MKTextField.textfieldWithFloatingLabel` , I am getting weird output. Sometimes with congested text and label  Sometimes with broken underline/partially drawn underline  Sometimes it works perfect...
Is there any method to make the TextField error enabled ? like this 
Replace constant route names with sealed class and createRoute method
## Issue When `jsBrowserDistribution` run for the first time, `skiko.js` is missing from the `distributions` directory, resulting in `onWasmReady` being undefined in the web console ## Steps to reproduce https://user-images.githubusercontent.com/9678279/187063755-8a35a2b8-a078-4426-8950-7c97ac721ced.mov
## Issue Running `jsBrowserProductionRun` results in below error ``` Compiled with problems:X Warning: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web...