mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
windows build/debug/launch scripts
This commit is contained in:
@@ -21,7 +21,7 @@ public class ApplicationInfo {
|
||||
|
||||
// getting activity name
|
||||
String activity = ((Element)dom.getElementsByTagName("activity").item(0)).getAttribute("android:name");
|
||||
System.out.println(String.format("%s/%s.%s", pakkage, pakkage, activity));
|
||||
System.out.println(String.format("%s/.%s", pakkage, activity.replace(".", "")));
|
||||
} catch(ParserConfigurationException pce) {
|
||||
pce.printStackTrace();
|
||||
} catch(SAXException se) {
|
||||
|
||||
Reference in New Issue
Block a user