android-template icon indicating copy to clipboard operation
android-template copied to clipboard

Android app starter template

Results 5 android-template issues
Sort by recently updated
recently updated
newest added

Hi, I downloaded the zip and tried to use the script to create a new project but I get an error: ``` $ ./newproject.sh -p com.example.project -t Project ./newproject.sh: 71:...

a improved kotlin version of the bash script aiming to solve issue #9

enhancement

Downloading https://services.gradle.org/distributions/gradle-7.4.2-bin.zip ...........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100% Welcome to Gradle 7.4.2! Here are the highlights of this release: - Aggregated test and JaCoCo reports - Marking additional test source directories as tests in IntelliJ...

dependencies

Downloading https://services.gradle.org/distributions/gradle-7.4.2-bin.zip ...........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100% Welcome to Gradle 7.4.2! Here are the highlights of this release: - Aggregated test and JaCoCo reports - Marking additional test source directories as tests in IntelliJ...

dependencies

When I run gradle clean build in the template directory Then I get the following error ``` lint-checks/src/main/java/io/bloco/template/lintchecks/MissingExcludePreviewAnnotationDetector.kt:57:33 Unresolved reference: CUSTOM_LINT_CHECKS > Task :core:data:compileKotlin w: Opt-in requirement marker kotlin.Experimental is...