Unable to instantiate appComponentFactory
java.lang.ClassNotFoundException: Didn't find class "android.support.v4.app.CoreComponentFactory" on path: DexPathList[[zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/data/app/com.mozi.robot-A4pYuce1Ys4CT
我有一个应用程序,这是完成和工作。但是最近到达的安全指令指出,每个数据库访问都必须通过存储过程完成,这也适用于用户和应用程序。
该应用程序运行在ASP框架(版本4)上,并以这种方式声明了.NET
[Table("TableName1")]
public class TableName1
{
[Key]
public int ID { get; set; }
[MaxLength(250), Index("IX_NameCountry", 1, IsUnique = true, IsClustered = false)]
publ