• 0
Votes
name

A PHP Error was encountered

Severity: Notice

Message: Undefined index: userid

Filename: views/question.php

Line Number: 195

Backtrace:

File: /home/u125378470/domains/lawhelpguru.org/public_html/application/views/question.php
Line: 195
Function: _error_handler

File: /home/u125378470/domains/lawhelpguru.org/public_html/application/controllers/Questions.php
Line: 416
Function: view

File: /home/u125378470/domains/lawhelpguru.org/public_html/index.php
Line: 315
Function: require_once

name Punditsdkoslkdosdkoskdo

app:transformClassesWithDexBuilderForDebug

I have a class HillfortStore in this package:

package org.wit.hillforts.models

Messed up the package name in the class (missing the 's'):

package org.wit.hillforts.model

Imported class into other classes with wrong package name, it works just fine:

import org.wit.hillforts.model.HillfortStore

To clean things up I fix the name in the class and all classes its imported into. Now I'm getting this error.

Error:Execution failed for task ':app:transformClassesWithDexBuilderForDebug'.

com.android.build.api.transform.TransformException: java.lang.IllegalStateException: Dex archives: setting .DEX extension only for .CLASS files