Skip to content
#

novoda

Here are 34 public repositories matching this topic...

Ashok-Varma
Ashok-Varma commented Mar 8, 2020

javadocRelease/javadocDebug tasks failing for android-gradle-plugin > 3.6.0

Execution failed for task ':library:javadocRelease'.

Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting):

it was not able to find any android related class

error: package android.view does not exist
import android.view.View;

after 100 errors task fails

similar to

Mecharyry
Mecharyry commented May 3, 2017

Problem

Currently, the app is called TelepresenceBot which does not follow NOS project naming conventions.

Potential Solution

To follow NOS conventions it should be lowercase with spaces represented with dashes e.g. tp-bot or telepresence-bot.

Impact

Very little impact except that it will make finding our repository easier if the naming always matches.

rock3r
rock3r commented Dec 14, 2015

When you look at the code generated by this tool, you notice that the getters and setters look like this:

    public static int getId(android.database.Cursor cursor) {
        int index = cursor.getColumnIndexOrThrow("_id");
        return cursor.getInt(index);
    }

    public static void setId(int value, android.content.ContentValues values) {
        values.put("_id", value);
    }
`

Improve this page

Add a description, image, and links to the novoda topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the novoda topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.