Android Question No resource found that matches the given name

xiaoyao

Member
Licensed User
Longtime User
---------------------------
B4A
---------------------------
An error occurred.
AndroidManifest.xml:16: error: Error: No resource found that matches the given name (at 'theme' with value '@android:style/Theme.Holo').

---------------------------
确定
---------------------------
 

xiaoyao

Member
Licensed User
Longtime User
Parsing code. 0.00
Compiling code. 0.03
Compiling layouts code. 0.01
Generating R file. 0.05
Compiling debugger engine code. Error
java.lang.NoClassDefFoundError: com/sun/tools/javac/Main
Caused by: java.lang.ClassNotFoundException: com.sun.tools.javac.Main
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Exception in thread "main" Could not find the main class: com.sun.tools.javac.Main. Program will exit.
 
Upvote 0
Top