Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

build

Android Lint erroneously thinks min SDK version is 1

April 12, 2024 by Tarik
Categories android Tags android, android-lint, build, compiler-errors, eclipse Leave a comment

Xcode 4.5.2 errors are found but Build is marked as Succeeded

April 12, 2024 by Tarik

Cleaning, closing, restarting – none worked for me. A simple touch/edit to the pch file in question resolved the issue.

Categories xcode Tags build, compiler-errors, xcode Leave a comment

Cocoapods can’t find header xcode 6

April 11, 2024 by Tarik
Categories ios Tags build, cocoapods, ios, xcode6 Leave a comment

IntelliJ new android gradle plugin (0.14.+)

April 11, 2024 by Tarik
Categories android Tags android, build, gradle, intellij-idea Leave a comment

Using CMake with multiple compilers for the same language

April 11, 2024 by Tarik

It’s impossible to do this with CMake. CMake only keeps one set of compiler properties which is shared by all targets in a CMakeLists.txt file. If you want to use two compilers, you need to run CMake twice. This is even true for e.g. building 32bit and 64bit binaries from the same compiler toolchain. The … Read more

Categories c++ Tags build, c++, cmake, configuration Leave a comment

Can Visual Studio put timestamps in the build log?

April 9, 2024 by Tarik

Other option is to increase level of MSBuild verbosity. Tools -> Options -> Projects and Solutions -> Build and Run -> Set MSBuild project build output verbosity to Normal. That will give you output like this: —— Build started: MyProject, Configuration: Debug x86 —— Build started 24/03/2014 08:46:18. … Build succeeded. Time Elapsed 00:00:05.18

Categories visual-studio Tags build, visual-studio Leave a comment

Build Error: ‘kspDebugKotlin’ task (current target is 17)

April 8, 2024 by Tarik
Categories android Tags android, build, gradle, kapt, kotlin Leave a comment

Flutter Doctor : Xcode installation is incomplete

April 7, 2024 by Tarik
Categories ios Tags build, flutter, ios, simulator, xcode Leave a comment

Activate Maven profile if another profile is not activated

April 7, 2024 by Tarik

Profile x will be the the only active profile when you call mvn … -P x. Reason from the maven documentation: Profiles can be explicitly specified using the -P CLI option. This option takes an argument that is a comma-delimited list of profile-ids to use. When this option is specified, no profiles other than those … Read more

Categories java Tags build, java, maven, maven-3, maven-profiles Leave a comment

Android Studio: how to create a second debug build type

April 6, 2024 by Tarik
Categories android Tags android, android-studio, build, debugging, gradle Leave a comment
Older posts
Page1 Page2 … Page43 Next →

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa