java - From libGDX through GitHub to another computer -


project created in libgdx on computer, chosen platforms: android , desktop. absolutely ordinary, trivial project created, nothing special. worked in intellij idea. here tree.

i placed on github. on computer tried clone project continue. , mistakes began. here screenshot

i added module, changed paths, seems correct. files classes not work , in manifest there error. apparently, manifest not in project folder, subfolder android, manifest work correctly. i'm tired of sorting out settings already. doesn't work, whatever put in android:name field.

fatal exception: main                   java.lang.runtimeexception: unable instantiate activity componentinfo{by.randomen.attempt/by.randomen.attempt.androidlauncher}: java.lang.classnotfoundexception: didn't find class "by.randomen.attempt.androidlauncher" on path: dexpathlist[[zip file "/data/app/by.randomen.attempt-2.apk"],nativelibrarydirectories=[/data/app-lib/by.randomen.attempt-2, /system/lib]]                    caused by: java.lang.classnotfoundexception: didn't find class "by.randomen.attempt.androidlauncher" on path: dexpathlist[[zip file "/data/app/by.randomen.attempt-2.apk"],nativelibrarydirectories=[/data/app-lib/by.randomen.attempt-2, /system/lib]]                       @ dalvik.system.basedexclassloader.findclass(basedexclassloader.java:53) 


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -